ModbusFileUint16Record class
A UInt6 file record type
- Inheritance
-
- Object
- ModbusFileRecord
- ModbusFileUint16Record
Constructors
- ModbusFileUint16Record({required int fileNumber, required int recordNumber, required Uint16List recordData})
- ModbusFileUint16Record.empty({required int fileNumber, required int recordNumber, required int recordDataCount})
-
factory
Properties
- fileNumber → int
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- recordBuffer → ByteBuffer
-
no setteroverride
- recordData → Uint16List
-
final
- recordLength → int
-
no setterinherited
- recordNumber → int
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited