IReadWriteDeviceStationStation 属性 |
获取或设置当前设备站号信息,一般来说,需要在实例化之后设置本站号信息,在通信的时候也可以动态修改当前的站号信息
To obtain or set the station number information of the current device, in general, the station number information needs to be set after instantiation,
and the current station number information can also be dynamically modified during communication
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 byte Station { get; set; }
Property Station As Byte
Get
Set
property unsigned char Station {
unsigned char get ();
void set (unsigned char value);
}
abstract Station : byte with get, set
属性值
类型:
Byte参见