Structures
The following structures are available globally.
-
Defines BLE sensor configuration data, e.g. service and characteristic UUIDs
See moreDeclaration
Swift
public struct BLESensorConfiguration
-
Undocumented
See moreDeclaration
Swift
public struct ConcretePayloadDataFormatter : PayloadDataFormatter
-
Undocumented
See moreDeclaration
Swift
public struct HexEncodingOptions : OptionSet
-
Raw data for estimating proximity between sensor and target, e.g. RSSI for BLE.
See moreDeclaration
Swift
public struct Proximity
-
Calibration data for interpreting proximity value between sensor and target, e.g. Transmit power for BLE.
See moreDeclaration
Swift
public struct Calibration
-
Raw location data for estimating indirect exposure, e.g.
See moreDeclaration
Swift
public struct Location
-
GPS coordinates (latitude,longitude,altitude) in WGS84 decimal format and meters from sea level.
See moreDeclaration
Swift
public struct WGS84PointLocationReference : LocationReference
-
GPS coordinates and region radius, e.g. latitude and longitude in decimal format and radius in meters.
See moreDeclaration
Swift
public struct WGS84CircularAreaLocationReference : LocationReference
-
Free text place name.
See moreDeclaration
Swift
public struct PlacenameLocationReference : LocationReference
-
Distance travelled in any direction in metres, as indicator of range of movement.
See moreDeclaration
Swift
public struct MobilityLocationReference : LocationReference
-
Acceleration (x,y,z) in meters per second at point in time
See moreDeclaration
Swift
public struct InertiaLocationReference : LocationReference