PointField class

Constructors

PointField({String? name, int? offset, int? datatype, int? count})

Properties

count int
getter/setter pair
datatype int
getter/setter pair
fullType String
no setter
hashCode int
The hash code for this object.
no setterinherited
md5sum String
no setter
messageDefinition String
no setter
name String
getter/setter pair
offset int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({String? name, int? offset, int? datatype, int? count}) PointField
deserialize(ByteDataReader reader) PointField
getMessageSize() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(ByteDataWriter writer) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

$prototype PointField
getter/setter pair

Constants

FLOAT32 → const int
FLOAT64 → const int
INT8 → const int
INT16 → const int
INT32 → const int
UINT8 → const int
UINT16 → const int
UINT32 → const int