<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > TcpIp Class > TcpIp Properties > TcpIp.DestinationIpAddress Property |
Gets or sets the IP address of the target station.
[Visual Basic]
<PviCpuParameter> _
<PviKeyWord(PviKeyWord:=""/DAIP"")> _
Public Property DestinationIpAddress() As String
Public Get
End Get
Public Set
End Set
End Property
[C#]
[PviCpuParameter]
[PviKeyWord(PviKeyWord=""/DAIP"")]
public string DestinationIpAddress { public get; public set; }
The IpAddress can be specified in addition to the DestinationAddress parameter. If the target station should be identified automatically, then the DestinationIpAddress parameter must not be specified.
TcpIp Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]