Object times.

Public Attributes#

uint16_t

Year field of time.

uint8_t

Month field of time.

uint8_t

Day field of time.

uint8_t

Hour field of time.

uint8_t

Minute field of time.

uint8_t

Second field of time.

struct sl_bt_ots_time_t::@14
uint8_t

Alternative byte based access to time.

Public Attribute Documentation#

year#

uint16_t sl_bt_ots_time_t::year

Year field of time.


month#

uint8_t sl_bt_ots_time_t::month

Month field of time.


day#

uint8_t sl_bt_ots_time_t::day

Day field of time.


hours#

uint8_t sl_bt_ots_time_t::hours

Hour field of time.


minutes#

uint8_t sl_bt_ots_time_t::minutes

Minute field of time.


seconds#

uint8_t sl_bt_ots_time_t::seconds

Second field of time.


time#

struct sl_bt_ots_time_t::@14 sl_bt_ots_time_t::time

data#

uint8_t sl_bt_ots_time_t::data[SL_BT_OTS_TIME_SIZE]

Alternative byte based access to time.