Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 632 Bytes

ondevicediscoveredcallback.md

File metadata and controls

20 lines (12 loc) · 632 Bytes

Ortho Remote - v0.4.0 / OnDeviceDiscoveredCallback

Interface: OnDeviceDiscoveredCallback

Callback for device discover events

Callable

OnDeviceDiscoveredCallback(device: OrthoRemote, newDevice: boolean): void

Callback for device discover events

Parameters

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