Represents a communication port configuration on an ASC smart controller
Overview of SmartControllerPortItem goes here.
SmartControllerPortItem
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Baud | Int32 | SmartControllerPortItem | Gets or sets the baud rate for serial communication |
| IsActive | Boolean | SmartControllerPortItem | Gets or sets the IsActive value |
| Port | Int32 | SmartControllerPortItem | Gets or sets the port number |
| PortType | String | SmartControllerPortItem | Gets or sets the port type (e.g., RS-485, Ethernet) |
| Protocol | String | SmartControllerPortItem | Gets or sets the communication protocol used on this port |
{
"Baud" : "Int32",
"IsActive" : "Boolean",
"Port" : "Int32",
"PortType" : "String",
"Protocol" : "String"
}