Inherits from NSObject
Declared in MDSBeaconDataModel.h
MDSBeaconDataModel.m

Tasks

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 일때 반환)

status

비콘 상태 값

@property (nonatomic, readonly) CLRegionState status

Discussion

비콘 상태 값

statusUpdatedDate

비콘 최종 수신된 시간

@property (nonatomic, readonly) NSDate *statusUpdatedDate

Discussion

비콘 최종 수신된 시간

xAccel

가속센서 x축 값

@property (nonatomic, readonly) NSString *xAccel

Discussion

가속센서 x축 값

yAccel

가속센서 y축 값

@property (nonatomic, readonly) NSString *yAccel

Discussion

가속센서 y축 값

zAccel

가속센서 z축 값

@property (nonatomic, readonly) NSString *zAccel

Discussion

가속센서 z축 값