version 402
Sub-message containing modem connection info
Field | Information |
---|---|
modemId | Type: string Description: The modem identifier. It is automatically generated during creation. |
name | Type: string Description: The name of the modem. |
atInit | Type: string Description: The modem initialization command, e.g. AT&FE0X3 |
atDial | Type: string Description: The modem dial command, e.g. ATD. |
atHangup | Type: string Description: The modem hangup command, e.g. ATH. |
atEscape | Type: string Description: The modem escape command, e.g. +++. |
connectTimeout | Type: google.protobuf.Duration Description: The modem connection timeout, if applicable given by the modem_connection field. |
commandTimeout | Type: google.protobuf.Duration Description: The modem command timeout, if applicable given by the modem_connection field. |
tcpip | Type: io.clbs.openhes.models.acquisition.ConnectionTypeDirectTcpIp Description: The TCP connection type. The modem has either TCP or there is a IP-to-serial converter which handles the serial configuration so no additional serial configuration is needed. |
serialOverIp | Type: io.clbs.openhes.models.acquisition.ConnectionTypeControlledSerial Description: The serial over IP connection type. The modem is connected behind an IP-to-serial converter and needs connection specific handling. |
serialBaudRate | Type: uint32 Description: The serial baud rate, if applicable given by the modem_connection field. |