ModbusFileUint32Record class
A UIn32 file record type
- Inheritance
-
- Object
- ModbusFileRecord
- ModbusFileUint32Record
Constructors
- ModbusFileUint32Record({required int fileNumber, required int recordNumber, required Uint32List recordData})
- ModbusFileUint32Record.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 → Uint32List
-
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