Edit

Share via


NmeaTcpClient(String, String, Int32) Constructor

Definition

Creates a server with the given source name bound to the given local IP and port. This will not open the server yet. Use StartDecode() to open the network port.

public NmeaTcpClient (string name, string destination, int port = 10110);
new Iot.Device.Nmea0183.NmeaTcpClient : string * string * int -> Iot.Device.Nmea0183.NmeaTcpClient
Public Sub New (name As String, destination As String, Optional port As Integer = 10110)

Parameters

name
String

Source name

destination
String

Remote host to connect to

port
Int32

The network port to use

Applies to