Get interfaces

You can get information about the available network interfaces and their connecivity by calling

GETINTERFACES<CrLf>

The decoder responds with: 

GETINTERFACES[;Name,IsCurrentInterface,Status]0..<Count-1><CrLf>

Where

<Name>

Name of the interface.

<IsCurrentInterface> 1, if this is the interface that is used for this connection, 0 otherwise.
<Status>
  • 0: Local gateway accassible + Internet not accassible
  • 1: Local gateway accassible
  • 2: Internet accassible
  • 3: Local gateway + Internet accassible

Protocol version

Available since protocol version 2.9