DeviceFindFactory class
- Inheritance
-
- Object
- DeviceFind
- DeviceFindFactory
Constructors
- DeviceFindFactory({OnStateListener? onState, dynamic type = DEVICE_FOUND_BROADCAST_SSDP, bool? showLog})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mDeviceFindList
↔ List<
DeviceFind> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
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