Eth.GetTcpConnectionStatus

This command has been deprecated. Do not use it in new code as we may remove it in the future.

Retrieve the BRP over TCP connection status. Checks if there is an open TCP connection.

Properties

Parameters (request frame)

None

Returned values (response frame)

Name Type/Size Description
Status Enumeration (8 bits) BRP over TCP connection status.
Values:
  • NotConnected (0x00)
  • ConnectionTrialRunning (0x01)
  • Connected (0x02)