public static class CapabilityRealTimePosition.BeaconLocation extends CapabilityStationaryPosition.Position
CapabilityRealTimePosition.AttributeId.BEACON_LOC.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
beaconIdStr
The id of the beacon.
|
java.lang.String |
deviceResourceNameStr
The name of the resource which is transmitting the beacon.
|
double |
errorPrecision
The error precision of the beacon.
|
int |
measuredPower
The measured power of the beacon signal.
|
double |
radiusOfBeacon
The radius of the beacon.
|
int |
rssi
The rssi (signal strength) of the beacon signal.
|
locationId, lotId, xcoordinate, ycoordinate| Constructor and Description |
|---|
BeaconLocation() |
@SerializedName(value="beaconIdStr") public java.lang.String beaconIdStr
@SerializedName(value="deviceResourceName") public java.lang.String deviceResourceNameStr
@SerializedName(value="radiusOfBeacon") public double radiusOfBeacon
@SerializedName(value="errorPrecision") public double errorPrecision
@SerializedName(value="rssi") public int rssi
@SerializedName(value="measuredPower") public int measuredPower