TcpIp.DestinationStation Property

<< 点击显示目录 >>

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

TcpIp.DestinationStation Property

BR.AN.PviServices .NET


Gets or sets the station number of the target station.

[Visual Basic]

<PviCpuParameter> _

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

Public Property DestinationStation() As Byte

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

[PviCpuParameter]

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

public byte DestinationStation { public get; public set; }

Remarks

The station number must be unique within the network. The lowest station number is 1. The highest station number possible is 99 for SG3 targets and 255 for SG4 targets.

See Also

TcpIp Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]