MDSBeaconDataModel Class Reference
Inherits from | NSObject |
Declared in | MDSBeaconDataModel.h MDSBeaconDataModel.m |
Tasks
-
beaconType
property -
beaconId
property -
uuid
property -
major
property -
minor
property -
rssi
property -
txPower
property -
emergency
property -
battery
property -
temperature
property -
humidity
property -
uniqueId
property -
tbd
property -
status
property -
statusUpdatedDate
property -
xAccel
property -
yAccel
property -
zAccel
property
Properties
beaconType
비콘 타입을 설정 할 수 있습니다.
@property(nonatomic, assign) MDSBeaconType beaconType
Discussion
비콘 타입 (MDSBeaconTypeBeacon : iBeacon ,MDSBeaconTypeMidascon : Midascon)
beaconId
Hanvit unique Id 값 (Midascon 일때 반환)
@property (nonatomic, readonly) NSString *beaconId
Discussion
Hanvit unique Id 값 (Midascon 일때 반환)
uuid
Proximity identifier associated with the beacon.
@property (nonatomic, readonly) NSString *uuid
Discussion
Proximity identifier associated with the beacon.
major
Most significant value associated with the beacon. (iBeacon 일때 반환)
@property (nonatomic, readonly) NSInteger major
Discussion
Most significant value associated with the beacon. (iBeacon 일때 반환)
minor
Least significant value associated with the beacon. (iBeacon 일때 반환)
@property (nonatomic, readonly) NSInteger minor
Discussion
Least significant value associated with the beacon. (iBeacon 일때 반환)
rssi
Received signal strength in decibels of the specified beacon. This value is an average of the RSSI samples collected since this beacon was last reported.
@property (nonatomic, readonly) NSInteger rssi
Discussion
Received signal strength in decibels of the specified beacon. This value is an average of the RSSI samples collected since this beacon was last reported.
txPower
txPower, 거리측정에 기준이 되는 값 (Midascon 일때 반환)
@property (nonatomic, readonly) NSInteger txPower
Discussion
txPower, 거리측정에 기준이 되는 값 (Midascon 일때 반환)
emergency
응급 신호 플래그, 일반상태 0/응급상태 1 (Midascon 일때 반환)
@property (nonatomic, readonly) NSInteger emergency
Discussion
응급 신호 플래그, 일반상태 0/응급상태 1 (Midascon 일때 반환)
battery
베터리 상태(0~100) (Midascon 일때 반환)
@property (nonatomic, readonly) NSInteger battery
Discussion
베터리 상태(0~100) (Midascon 일때 반환)
temperature
온도 데이터 (Midascon 일때 반환)
@property (nonatomic, readonly) float temperature
Discussion
온도 데이터 (Midascon 일때 반환)
humidity
습도 데이터 값 (Midascon 일때 반환)
@property (nonatomic, readonly) float humidity
Discussion
습도 데이터 값 (Midascon 일때 반환)
uniqueId
Hanvit unique Id 값 (Midascon 일때 반환)
@property (nonatomic, readonly) NSString *uniqueId
Discussion
Hanvit unique Id 값 (Midascon 일때 반환)
tbd
TBD 값 (Midascon 일때 반환)
@property (nonatomic, readonly) NSString *tbd
Discussion
TBD 값 (Midascon 일때 반환)