controllerAddress property
controllerAddress is the controller or slave ID of the modbus device.
This value is a Hexadecimal number from 0x01 to 0xFF inclusive, the stored value shouldn't be prefixed with 0x.
Implementation
set splitEach(String? value);/// [controllerAddress] is the controller or slave ID of the modbus device.
/// This value is a Hexadecimal number from 0x01 to 0xFF inclusive, the stored value shouldn't be prefixed with 0x.
String get controllerAddress;
controllerAddress is the controller or slave ID of the modbus device.
This value is a Hexadecimal number from 0x01 to 0xFF inclusive, the stored value shouldn't be prefixed with 0x.
Implementation
String get controllerAddress;/// [controllerAddress] is the controller or slave ID of the modbus device.
/// This value is a Hexadecimal number from 0x01 to 0xFF inclusive, the stored value shouldn't be prefixed with 0x.
set controllerAddress(String value);