Serial port and GPS

UdpLstn Constructor 

Initializes everything with 0

[Visual Basic]
Public Sub New( _
   ByVal anFkt As UdpLstnDelegate _
)
[C#]
public UdpLstn(
   UdpLstnDelegate anFkt
);

Parameters

anFkt
The callback for retrieved UDP data

Remarks

It does not start the listener. Use start() in order to start the operation.

See Also

UdpLstn Class | serial Namespace