See: Description
Interface | Description |
---|---|
BeaconAuthentication.Callback | |
BeaconConnection.CheckFirmwareCallback |
Callback to indicate whether device needs update.
|
BeaconConnection.ConnectionCallback |
Callback used to indicate state of the connection to the beacon.
|
BeaconConnection.WriteCallback |
Callback used to indicate status of updating beacon characteristic.
|
BeaconOta.Callback |
Callback to indicate status of beacon's update.
|
DeviceConnection.CheckFirmwareCallback |
Callback to indicate whether device needs update.
|
DeviceConnection.FirmwareUpdateCallback |
Callback to indicate status of beacon's update.
|
DeviceConnection.SyncSettingsCallback |
Callback for synchronising device with cloud
|
DeviceConnectionCallback |
Callback class that tracks connection lifecycle.
|
DeviceConnectionProvider.ConnectionProviderCallback | |
Property<T> |
Describes beacon's property and its availability in beacon's firmware.
|
Property.Callback<T> |
Class | Description |
---|---|
BeaconAuthentication |
Estimote beacon authentication flow (no cloud part at all).
|
BeaconConnection | Deprecated |
BeaconOta |
Performs beacon's firmware update.
|
DeviceConnection |
Main entry point for configuring device.
|
DeviceConnectionProvider |
Establishes connection to device based of provided
ConfigurableDevice object. |
Enum | Description |
---|---|
MotionState |
Accelerometer state.
|
BeaconConnection
documentation how to perform those actions.