Serial port and GPS

Serial2IP.m_tcpserver Field

The TCP server

[Visual Basic]
Private m_tcpserver As TcpListener
[C#]
private TcpListener m_tcpserver;

Remarks

Used if working as a TCP server, for UDP or broadcast this variable remains null.

See Also

Serial2IP Class | serial Namespace