EnumSetEnumSet

The
EnumSetEnumSet
item returns the names and ordinal values for each enumeration within the specified enumeration set as defined in the current area model.
This table shows the input and output formats for this item.
Input Format
Request only:
EnumSetEnumSet
EnumSet
is
ASCII – text, any enumeration set name as defined in the equipment database.
Output Format
The EnumSetEnumSet item returns in this format:
<EnumList>
is
<EList>
|
<EList> <EnumList>
<EList>
is
<EnumName>
\t
<OrdValue>
\crlf
Field Name
Format
Description
<EnumName>
ASCII – String
Enumeration name.
<OrdValue>
ASCII – String
Ordinal value associated with the enumeration.
This table shows an example of the return on this request.
TIP:
A request on
object.GetItem(YES_NOEnumSet)
could return:
NO \t 0 \crlf
YES \t 1 \crlf
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal