Knox Tizen Wearable SDK
mdm_history_info_t Struct Reference

History info. This structure describes event which happened in the past. More...

#include <device_inventory.h>

Data Fields

mdm_history_event_type_t type
 
uint64_t record_id
 Internal record id.
 
mdm_direction_t direction
 Event direction.
 
const char * number
 Remote number.
 
time_t timestamp
 Event timestamp.
 
const char * slot_id
 SIM slot id.
 
const char * imsi
 IMSI.
 
const char * iccid
 SIM Card ICCID.
 
const char * imei
 IMEI.
 
const char * sim_msisdn
 SIM Card MSISDN.
 
mdm_roaming_status_t roaming_state
 Roaming state.
 
const char * body
 Body of SMS.
 
const char * call_type
 Textual description of call.
 
int duration
 Duration of call.
 

Detailed Description

History info. This structure describes event which happened in the past.

There can be different type of events e.g. call event which represents call made by or received by user's device .

Since (Knox_wearable):
1.1.0
Since (Tizen):
2.4.0.4
See also
mdm_history_get_next()

Definition at line 348 of file device_inventory.h.

Field Documentation

mdm_history_event_type_t mdm_history_info_t::type

Type of event. One of mdm_history_event_type_t value.

Definition at line 352 of file device_inventory.h.


The documentation for this struct was generated from the following file: