|
Reference Guide
enumeration MemoryType
The MemoryType constants identify what type of memory a Memory object contains.
Definition
- typedef enum MemoryConstants {
-
-
- fResistor,
-
- fControl,
-
- fStorage,
-
- fScratch
- } MemoryType;
-
Descriptions
| fResistor |
The Memory object contains data that affects the audiological behaviour of the hybrid. (This constant is still called fResistor to maintain backwards compatibility with ARK 1, where only programmable analog hybrids were supported and the term was more meaningful.)
|
| fControl |
The Memory object contains control and calibration data. This data is loaded by the fitting software during device initialization.
|
| fStorage |
The Memory object contains data that is used by certain applications such as Cal/Config but is not used by fitting software during normal fitting sessions.
|
| fScratch |
The Memory object contains scratch data that is maintained by the manufacturer.
|
|