MdsImpl class

Constructors

MdsImpl()
factory

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

connect(String address, void onConnected(String), void onDisconnected(), void onConnectionError()) → void
del(String uri, String contract, void onSuccess(String, int), void onError(String, int)) → void
disconnect(String address) → void
get(String uri, String contract, void onSuccess(String, int), void onError(String, int)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String uri, String contract, void onSuccess(String, int), void onError(String, int)) → void
put(String uri, String contract, void onSuccess(String, int), void onError(String, int)) → void
startScan(void onNewDeviceFound(String?, String?)) → void
stopScan() → void
subscribe(String uri, String contract, void onSuccess(String, int), void onError(String, int), void onNotification(String), void onSubscriptionError(String, int)) int
toString() String
A string representation of this object.
inherited
unsubscribe(int subscriptionId) → void

Operators

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