CLCmdAccountBindData class final
Data structure for registration information to bind a peripheral with Cling account.
Uses NULL terminated strings.
Constructors
- CLCmdAccountBindData({required String deviceID, required String version, required String token})
- CLCmdAccountBindData.from(PERIPHERAL_ACCOUNT_BINDING_DATA v)
-
< The token used to verify that the device is valid.
factory
Properties
- deviceID → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token → String
-
< The encryption version used to generate the token.
final
- version → String
-
< The serial number of the device.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
subject
→ StreamController<
CLCmdAccountBindData> -
final