Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Port settings. More...
Public Attributes | |
string | name |
Port name. | |
DeviceInterfaceType | devIfType |
Port interface type (allows forcing the interface type) | |
int | baudRate |
Baud rate. | |
Parity | parity |
Parity mode. | |
int | stopBits |
Number of stop bits (1 or 2) | |
FlowControl | flowCtrl |
Flow control type. | |
int | breakDurationMs |
Length of BREAK signal duration in milli seconds. | |
boolean | sshDpaPortEnabled |
true if dedicated SSH DPA port is enabled | |
int | sshDpaPort |
SSH DPA port number. | |
boolean | allowSharedAccess |
Allow more than one user to connect to this port. | |
Port settings.
Definition at line 62 of file DsamPort.idl.
boolean dsam::DsamPort::Settings::allowSharedAccess |
Allow more than one user to connect to this port.
Definition at line 72 of file DsamPort.idl.
int dsam::DsamPort::Settings::baudRate |
Baud rate.
Definition at line 65 of file DsamPort.idl.
int dsam::DsamPort::Settings::breakDurationMs |
Length of BREAK signal duration in milli seconds.
Definition at line 69 of file DsamPort.idl.
DeviceInterfaceType dsam::DsamPort::Settings::devIfType |
Port interface type (allows forcing the interface type)
Definition at line 64 of file DsamPort.idl.
FlowControl dsam::DsamPort::Settings::flowCtrl |
Flow control type.
Definition at line 68 of file DsamPort.idl.
string dsam::DsamPort::Settings::name |
Port name.
Definition at line 63 of file DsamPort.idl.
Parity dsam::DsamPort::Settings::parity |
Parity mode.
Definition at line 66 of file DsamPort.idl.
int dsam::DsamPort::Settings::sshDpaPort |
SSH DPA port number.
Definition at line 71 of file DsamPort.idl.
boolean dsam::DsamPort::Settings::sshDpaPortEnabled |
true
if dedicated SSH DPA port is enabled
Definition at line 70 of file DsamPort.idl.
int dsam::DsamPort::Settings::stopBits |
Number of stop bits (1 or 2)
Definition at line 67 of file DsamPort.idl.