Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| DeviceServerId | Integer | False |
| Name | String | False |
| PortName | String | False |
| BaudRate | Integer | False |
| DataBits | Integer | False |
| Parity | String | False |
| Handshake | String | False |
| StopBits | String | False |
|
QueryCommand
Leave query command blank to use default W\r\n command |
String | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| DeviceServerId::DeviceServer.Name | String | False |
| DeviceServerId::DeviceServer.LocalResourceBaseAddress | String | False |
| DeviceServerId_FormattedValue | String | False |
Object:
{
Id":####,DeviceServerId":####,
Name":"abcABC123",
PortName":"abcABC123",
BaudRate":####,
DataBits":####,
Parity":"abcABC123",
Handshake":"abcABC123",
StopBits":"abcABC123",
QueryCommand":"abcABC123",
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False,
DeviceServerId::DeviceServer.Name":"abcABC123",
DeviceServerId::DeviceServer.LocalResourceBaseAddress":"abcABC123",
DeviceServerId_FormattedValue":"abcABC123"
}