AilinkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AilinkPlatform
Implementers

Constructors

AilinkPlatform()
Constructs a AilinkPlatform.

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

checkHandShakeStatus(Uint8List? payload) Future<bool>
decryptBroadcast(Uint8List? payload) Future<Uint8List?>
getBodyFatData(String param) Future<String?>
getHandShakeEncryptData(Uint8List? payload) Future<Uint8List?>
getPlatformVersion() Future<String?>
initHandShake() Future<Uint8List?>
mcuDecrypt(Uint8List mac, Uint8List payload) Future<Uint8List>
mcuEncrypt(Uint8List cid, Uint8List mac, Uint8List payload) Future<Uint8List>
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 Properties

instance AilinkPlatform
The default instance of AilinkPlatform to use.
getter/setter pair