The External Devices table contains information about audio switchers used in the system. Its on-disk name is: ExtDevices.nx1
The fields contained in the External Devices table, including field type and size (if applicable).
Field Name |
Type |
Size |
Description |
||
---|---|---|---|---|---|
DeviceID |
AutoInc |
|
Each time an External Device record is created, a unique ID value is automatically assigned by the system. This value is used to identify the device and is not user-modifiable. |
||
DevicePort |
Integer |
|
The COM port number assigned to the device, if applicable. Allowable values are 0..8. Zero means unassigned, the values 1 through 8 are the assigned COM port number.
|
||
DeviceName |
String |
30 |
The user-assigned name for the device. |
||
DeviceType |
Integer |
|
The device type, stored as a number.
|
||
Data |
BLOB |
|
Contains a map of the device resources, including channels, input relays, output relays, Actions assigned to input relays and labels for each of the device resources. |
||
LockOut |
Byte Array |
32 |
Contains a list of input relay lock-out values in seconds, if applicable. The default value for each input relay is zero. |
||
HostWrkStn |
Integer |
|
The ID of the work station to which the resource is assigned. |
||
RecCreateDate |
Date/Time |
|
The date and time the record was created. |
||
RecEditDate |
Date/Time |
|
The date and time the record was last edited. |
||
RecEditBy |
String |
30 |
The user who last edited the record. |