Serial port and GPS

IPClient Members

IPClient overview

Public Instance Constructors

IPClient Constructor Initializes an empty client

Public Instance Properties

FilterFor filtering lines coming from the serial port
RdLineCbSets the callback for lines retreived from server

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
operSwitches the client off or on in the specified mode
ToStringString representation of the object

Protected Instance Methods

FinalizeDestructor switches the client off
MemberwiseClone (inherited from Object) 

Private Instance Fields

m_filterFor filtering lines from serial port.
m_isactiveIf the client is active
m_lthrReading thread
m_portCurrent port
m_rdlinecbCallback used for lines extracted from the input
m_sblineUsed for translating bytes into line strings
m_serverCurrent server name
m_tcpclntTCP client for type ServerType.TCP
m_typeCurrent IP client type
m_udpclntUDP client for type ServerType.UDB and BCAST

Private Instance Methods

extractLinesConverts the byte array into an array of line strings
readFktTCPReads TCP packets
readFktUDPReads UDP packets.

See Also

IPClient Class | serial Namespace