P2PBasisDevice class abstract

Inheritance
Implementers

Constructors

P2PBasisDevice(String id, String username, String password, String name, String model, {String? clientId})

Properties

clientId String
no getter
clientPtr int?
no setter
cluster String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
设备ID
finalinherited
isVirtualId bool
getter/setter pair
model String
设备型号
finalinherited
name String
设备名称
finalinherited
password String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supplier String
getter/setter pair
username String
getter/setter pair

Methods

addListener<T>(T listener) → void
inherited
changeClientId() Future<bool>
checkDeviceAp(String id, {int count = 0}) Future<bool>
cleanListener() → void
inherited
deviceDestroy() Future<void>
getClientId() Future<String>
getClientPtr() Future<int>
getDeviceDirectory() Future<Directory>
inherited
getMap(String data) Map
getServiceParam() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners<T>(void callback(T listener)) → void
inherited
removeListener<T>(T listener) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited