Data Port Sync 1.0.500

Pipe. Method (String, Int32)

[This is preliminary documentation and subject to change.]

Opens a TCP/IP sockets communication pipe to the device.

[Visual Basic]
Overloads Public Sub ( _
   ByVal String As String, _
   ByVal Int32 As Integer _
)
[C#]
public void (
   String strServerName,
   Int32 nPort
);

Parameters

String
Device name.
Int32
Socket port.

Return Value

A PipeStatus value reflecting the status of the operation.

See Also

Pipe Class | Primeworks.DesktopSqlCe Namespace | Pipe. Overload List