Ortho Remote - v0.4.0 / OnDeviceDiscoveredCallback
Callback for device discover
events
▸ OnDeviceDiscoveredCallback(device
: OrthoRemote, newDevice
: boolean): void
Callback for device discover
events
Name | Type | Description |
---|---|---|
device |
OrthoRemote | Device discovered |
newDevice |
boolean | Indicates if this is a new device or one that has been discovered before, found prior to a disconnect |
Returns: void