TcpIp.DestinationPort Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > TcpIp Class > TcpIp Properties >

TcpIp.DestinationPort Property

BR.AN.PviServices .NET


Gets or sets the TCP/IP port number of the target station. Rather use because this property is limited to 32767!!

[Visual Basic]

Public Property DestinationPort() As Short

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

public short DestinationPort { public get; public set; }

Property Value

DestinationPort

Remarks

The port number must match the setting on the target station (PLC).

See Also

TcpIp Class | BR.AN.PviServices Namespace | RemotePort


Generated from assembly BR.AN.PviServices [8.1.0.4]