Serial port and GPS

IPClient.oper Method 

Switches the client off or on in the specified mode

[Visual Basic]
Overridable Public Sub oper( _
   ByVal typ As ServerType, _
   ByVal server As String, _
   ByVal port As Integer _
)
[C#]
public virtual void oper(
   ServerType typ,
   string server,
   int port
);

Parameters

typ
stops the client for OFF or starts for the protocol type
server
name or ip of the server to connect to, ignored for the type BCAST and OFF
port
the server port or the port to listen on for type BCAST, ignored for OFF

See Also

IPClient Class | serial Namespace