ModbusTcpNetBroadcastStation 属性 |
获取或是设置当前广播模式对应的站号,广播模式意味着不接收设备方的数据返回操作,默认为 -1,表示不使用广播模式。
Gets or sets the station number corresponding to the current broadcast mode. Broadcast mode means that the data return operation of the device is not received. The default value is -1, indicating that broadcast mode is not used.
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int BroadcastStation { get; set; }
Public Property BroadcastStation As Integer
Get
Set
public:
virtual property int BroadcastStation {
int get () sealed;
void set (int value) sealed;
}
abstract BroadcastStation : int with get, set
override BroadcastStation : int with get, set
属性值
类型:
Int32实现
IModbusBroadcastStation参见