ModbusFileRecordsWriteRequest class

The write table records request. Max length of records in bytes should not exceed 72 bytes.

Inheritance

Constructors

ModbusFileRecordsWriteRequest(List<ModbusFileRecord> fileRecords, {int? unitId, Duration? responseTimeout})

Properties

fileRecords List<ModbusFileRecord>
final
functionCode FunctionCode
final
hashCode int
The hash code for this object.
no setterinherited
protocolDataUnit Uint8List
no setteroverride
responseCode Future<ModbusResponseCode>
no setterinherited
responsePduLength int
final
responseTimeout Duration?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitId int?
finalinherited

Methods

internalSetFromPduResponse(Uint8List pdu) ModbusResponseCode
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
inherited
setFromPduResponse(Uint8List pdu) → void
inherited
setResponseCode(ModbusResponseCode code) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

recordsWriteFunctionCode FunctionCode
getter/setter pair