Serial port and GPS

UdpLstnDelegate Delegate

Delegate for retrieved UDP data

[Visual Basic]
Public Delegate Sub UdpLstnDelegate( _
   ByVal b As Byte() _
)
[C#]
public delegate void UdpLstnDelegate(
   byte[] b
);

Parameters

b
The retrieved data

Requirements

Namespace: serial

Assembly: map (in map.exe)

See Also

serial Namespace