|
Qualifier
|
Description
|
Valid Values
|
|---|
|
Type
|
Type of keyword value (see Section 4.3.3).
|
Integer, String, Array, Struct, StructAndArray, Filename, Object, IPAddress
|
|
ReadOnly
|
Indicates if keyword value is read-only or not.
|
No indicates keyword value is read/write. Yes, or no value at all, indicates keyword value is read-only.
|
|
Base
|
Mathematical base of integer. For example, 16 for a hexadecimal number.
|
Any integer
|
|
Min
|
If type is Integer, indicates the minimum allowed value.
|
Any integer
|
|
Max
|
If type is Integer, indicates the maximum allowed value.
|
Any integer
|
|
Choices
|
Represents an array containing a list of valid values for the keyword. For read/write keywords only.
|
Array
|
|
Choices.Count
|
Indicates the number of valid keyword values in array Choices. Zero-based.
|
Any positive integer
|
|
Choices[x]
|
Represents value of item x in array Choices. x is an integer between 0 and (Choices.Count - 1)
|
Any string
|
|
Description
|
Text description of keyword
|
Any string (80 chars or less)
|
|
Keywords
|
Represents an array containing a list of keywords contained within a Struct keyword (see Section 4.3.3).
|
Array
|
|
Keywords.Count
|
Indicates the number of keywords contained in array Keywords. Zero-based.
|
Any positive integer
|
|
Keywords[x]
|
Represents keyword x in array keyword Keywords. x is an integer between 0 and (Keywords.Count - 1)
|
Any keyword
|