CONFIG_TERMINAL_EVENT
CONFIG_TERMINAL_EVENT message is sent by the Unified CCX to indicate an add or delete operation to the terminal configuration. CONFIG_TERMINAL_EVENT contains information about terminals associated with the agent extension. CONFIG_TERMINAL_EVENT is sent to each agent extension that exists in the system.
Fixed part Field name |
Value |
Data type |
Byte size |
---|---|---|---|
NumRecords |
The number of records contained in the floating portion of this message. The maximum number of records that can be put in the message is 10. |
USHORT |
2 |
Floating part Field name |
Value |
Data type |
Maximum size |
---|---|---|---|
RecordType[183] |
0: Add 2: Delete |
USHORT |
2 |
TerminalType[302] |
The type of the terminal. |
USHORT |
2 |
TerminalDeviceName[303] |
The terminal device name. |
STRING |
64 |
TerminalTypeName[304] |
The terminal type name. |
STRING |
100 |
NumInstruments[305] |
The number of instruments to follow. The maximum instruments to follow is 10. |
USHORT |
2 |
Instrument[6] |
The array of instruments. |
STRING [NumInstruments] |
64 |