Serial port and GPS

UdpLstn Members

UdpLstn overview

Public Instance Constructors

UdpLstn Constructor Initializes everything with 0

Public Instance Properties

activeIf the listening service is active

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
startStarts listening on the UDP port
stopStops listening on the UDP port
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

Internal Instance Methods

obj_address (inherited from Object) 

Private Instance Fields

m_fktThe callback called for retrieved UDP data
m_goonIf the listening has to continue
m_thrThe thread listening for incoming UDP connections
m_udpHandles UDP communication

Private Instance Methods

readFktRetrieves UDP data and calls the callback for it

See Also

UdpLstn Class | serial Namespace