public class EstimotePackets
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
EstimotePackets.Connectivity
Configuration of connectivity packet (used to connect to device).
|
class |
EstimotePackets.Generic
Estimote generic advertiser - you decide what to send.
|
class |
EstimotePackets.Location
Estimote location packet.
|
class |
EstimotePackets.Nearable |
class |
EstimotePackets.Telemetry |
| Modifier and Type | Field and Description |
|---|---|
EstimotePackets.Connectivity |
connectivity |
EstimotePackets.Generic |
generic0 |
EstimotePackets.Generic |
generic1 |
EstimotePackets.Generic |
generic2 |
EstimotePackets.Location |
location |
EstimotePackets.Nearable |
nearable |
EstimotePackets.Telemetry |
telemetry |
| Constructor and Description |
|---|
EstimotePackets(DeviceSettingBuilder builder) |
public final EstimotePackets.Telemetry telemetry
public final EstimotePackets.Connectivity connectivity
public final EstimotePackets.Location location
public final EstimotePackets.Nearable nearable
public final EstimotePackets.Generic generic0
public final EstimotePackets.Generic generic1
public final EstimotePackets.Generic generic2