Serial port and GPS

UdpLstn.start Method 

Starts listening on the UDP port

[Visual Basic]
Public Sub start( _
   ByVal aPort As Integer _
)
[C#]
public void start(
   int aPort
);

Parameters

aPort
The UDP port to listen on

See Also

UdpLstn Class | serial Namespace