Tuya.Net
|
Scanner to discover devices over local network. More...
Public Member Functions | |
TuyaScanner () | |
Creates a new instance of the TuyaScanner class. More... | |
void | Start () |
Starts scanner. More... | |
void | Stop () |
Stops scanner. More... | |
Events | |
EventHandler< TuyaDeviceScanInfo > | OnDeviceInfoReceived |
Even that will be called on every broadcast message from devices. More... | |
EventHandler< TuyaDeviceScanInfo > | OnNewDeviceInfoReceived |
Even that will be called only once for every device. More... | |
Scanner to discover devices over local network.
|
inline |
Creates a new instance of the TuyaScanner class.
|
inline |
Starts scanner.
|
inline |
Stops scanner.
EventHandler<TuyaDeviceScanInfo> com.clusterrr.TuyaNet.TuyaScanner.OnDeviceInfoReceived |
Even that will be called on every broadcast message from devices.
EventHandler<TuyaDeviceScanInfo> com.clusterrr.TuyaNet.TuyaScanner.OnNewDeviceInfoReceived |
Even that will be called only once for every device.