Serial port and GPS

Serial2IP.m_tcpclnts Field

Array of connected TCP clients

[Visual Basic]
Private m_tcpclnts As TcpClient()
[C#]
private TcpClient[] m_tcpclnts;

Remarks

Used if working as TCP server. Placeholders for not connected clients are null. Size MAXCONNECTIONS,

See Also

Serial2IP Class | serial Namespace