NavSatStatus class

Constructors

Properties

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

Methods

call({int? status, int? service}) NavSatStatus
deserialize(ByteDataReader reader) NavSatStatus
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 NavSatStatus
getter/setter pair

Constants

SERVICE_COMPASS → const int
SERVICE_GALILEO → const int
SERVICE_GLONASS → const int
SERVICE_GPS → const int
STATUS_FIX → const int
STATUS_GBAS_FIX → const int
STATUS_NO_FIX → const int
STATUS_SBAS_FIX → const int