TcpIp.RemotePort Property

<< 点击显示目录 >>

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

TcpIp.RemotePort Property

BR.AN.PviServices .NET


Gets or sets the TCP/IP port number of the target station.

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

<PviCpuParameter> _

<PviKeyWord(PviKeyWord:=""/REPO"")> _

Public Property RemotePort() As UInt32

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[CLSCompliant(IsCompliant=False)]

[PviCpuParameter]

[PviKeyWord(PviKeyWord=""/REPO"")]

public uint RemotePort { public get; public set; }

Remarks

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

See Also

TcpIp Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]