| 
    Soletta™ Framework
    
   
    | 
Structure containing all fields that are retrieved by sol_oic_client_get_server_info() and sol_oic_client_get_server_info_by_addr(). More...
#include <sol-oic.h>
Data Fields | |
| uint16_t | api_version | 
| API version.  More... | |
| struct sol_str_slice | data_model_version | 
| Spec version of data model.  More... | |
| struct sol_str_slice | device_id | 
| Unique device identifier.  More... | |
| struct sol_str_slice | device_name | 
| Device name.  More... | |
| struct sol_str_slice | spec_version | 
| Spec version of the core specification implemented by this device.  More... | |
Structure containing all fields that are retrieved by sol_oic_client_get_server_info() and sol_oic_client_get_server_info_by_addr().
It's open to the API user to bypass the need for getters for everything, but all callbacks returning an instance do so with a const modifier. The user must never change these fields, ever. 
| uint16_t sol_oic_device_info::api_version | 
API version.
| struct sol_str_slice sol_oic_device_info::data_model_version | 
Spec version of data model.
Referenced by server_info_cb().
| struct sol_str_slice sol_oic_device_info::device_id | 
Unique device identifier.
Referenced by server_info_cb().
| struct sol_str_slice sol_oic_device_info::device_name | 
| struct sol_str_slice sol_oic_device_info::spec_version | 
Spec version of the core specification implemented by this device.
Referenced by server_info_cb().
 1.8.6