TcpIpMODBUS.PortNumber Property

<< 点击显示目录 >>

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

TcpIpMODBUS.PortNumber Property

BR.AN.PviServices .NET


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

[Visual Basic]

<PviCpuParameter> _

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

Public Property PortNumber() As Integer

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[PviCpuParameter]

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

public int PortNumber { public get; public set; }

Property Value

The port number of the destination station.

Remarks

The default value is 502. If the is defined in the file this parameter will be ignored.

See Also

TcpIpMODBUS Class | BR.AN.PviServices Namespace | DestinationIPAddress | FBDConfiguration


Generated from assembly BR.AN.PviServices [8.1.0.4]