ElinkProbeConfig class

Constructors

ElinkProbeConfig.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

bytes4ToDouble(List<int> bytes, {bool littleEndian = true}) double
doubleTo4Bytes(double value, {bool littleEndian = true}) List<int>
intToBytes(int num) List<int>
isCidProbe(List<int> cid) → dynamic
isCidProbeBox(List<int> cid) → dynamic
isCidProbeBoxWithScreen(List<int> cid) → dynamic
isProbeAndBox(List<int> cid) → dynamic

Constants

cidProbe → const List<int>
cidProbeBox → const List<int>
cidProbeBoxWithScreen → const List<int>