SBKBeaconSecureBroadcastInterval Constants Reference
| Declared in | SBKConstants.h |
SBKBeaconSecureBroadcastInterval
Constants to indicate secure broadcast change interval.
Definition
typedef NS_OPTIONS(int, SBKBeaconSecureBroadcastInterval ) {
SBKBeaconSecureBroadcastIntervalUnknown = -1,
SBKBeaconSecureBroadcastIntervalNone = 0 x00,
SBKBeaconSecureBroadcastInterval_5s = 0 x01,
SBKBeaconSecureBroadcastInterval_1min = 0 x02,
SBKBeaconSecureBroadcastInterval_1hour = 0 x03,
SBKBeaconSecureBroadcastInterval_1day = 0 x04,
SBKBeaconSecureBroadcastInterval_7days = 0 x05,
SBKBeaconSecureBroadcastInterval_30days = 0 x06,
};
Constants
SBKBeaconSecureBroadcastIntervalUnknown-
THe secure broadcast is unknown.
Declared In
SBKConstants.h. SBKBeaconSecureBroadcastIntervalNone-
Do not use secure broadcast.
Declared In
SBKConstants.h. SBKBeaconSecureBroadcastInterval_5s-
The secure broadcast interval is 5s.
Declared In
SBKConstants.h. SBKBeaconSecureBroadcastInterval_1min-
The secure broadcast interval is 1 minute.
Declared In
SBKConstants.h. SBKBeaconSecureBroadcastInterval_1hour-
The secure broadcast interval is 1 hour.
Declared In
SBKConstants.h. SBKBeaconSecureBroadcastInterval_1day-
The secure broadcast interval is 1 day.
Declared In
SBKConstants.h. SBKBeaconSecureBroadcastInterval_7days-
The secure broadcast interval is a week.
Declared In
SBKConstants.h. SBKBeaconSecureBroadcastInterval_30days-
The secure broadcast interval is 30 days.
Declared In
SBKConstants.h.
Declared In
SBKConstants.h