SSDPDeviceFind class
- Inheritance
-
- Object
- DeviceFind
- SSDPDeviceFind
Constructors
- SSDPDeviceFind({OnStateListener? stateListener, bool? showLog})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mNetworkInterface ↔ NetworkInterface
-
getter/setter pair
- mSSDPClient ↔ SSDPClient?
-
getter/setter pair
- mSSDPServer ↔ SSDPServer?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDefaultNetworkInterface(
) → Future< NetworkInterface> -
init(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onReceive(
Datagram datagram) → void -
release(
) → void -
override
-
setServerExtra(
String data) → void -
override
-
startClient(
int flag, OnFindListener listener) → void -
override
-
startServer(
int flag) → void -
override
-
stopClient(
) → void -
override
-
stopServer(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited