IModbusAddressStartWithZero 属性 |
获取或设置起始的地址是否从0开始,默认为True
Gets or sets whether the starting address starts from 0. The default is True
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 bool AddressStartWithZero { get; set; }
Property AddressStartWithZero As Boolean
Get
Set
property bool AddressStartWithZero {
bool get ();
void set (bool value);
}
abstract AddressStartWithZero : bool with get, set
属性值
类型:
Boolean备注 警告: |
---|
因为有些设备的起始地址是从1开始的,就要设置本属性为False |
参见