AirlinkEyeGsHolePushResponse class
Response information about the connected device
AIRLINK_EYE_GS_HOLE_PUSH_RESPONSE
- Implemented types
Constructors
-
AirlinkEyeGsHolePushResponse({required uint32_t ipPort, required AirlinkEyeGsHolePushRespType respType, required AirlinkEyeIpVersion ipVersion, required List<
int8_t> ipAddress4, required List<int8_t> ipAddress6}) - AirlinkEyeGsHolePushResponse.parse(ByteData data_)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ipAddress4
→ List<
int8_t> -
ip 4 address
final
-
ipAddress6
→ List<
int8_t> -
ip 6 address
final
- ipPort → uint32_t
-
port
final
- ipVersion → AirlinkEyeIpVersion
-
ip version
final
- mavlinkCrcExtra → int
-
no setteroverride
- mavlinkMessageId → int
-
no setteroverride
- respType → AirlinkEyeGsHolePushRespType
-
Hole push response type
final
- 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
-
serialize(
) → ByteData -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- mavlinkEncodedLength → const int