Telematics SDK - Interface Specification  v1.43.0
telux::common Namespace Reference

Data Structures

class  DeviceConfig
 
class  ICommandCallback
 
class  ICommandResponseCallback
 General command response callback for most of the requests, client needs to implement this interface to get single shot response. More...
 
class  IServiceStatusListener
 
class  Log
 
struct  SdkVersion
 
class  Version
 Provides version of SDK. More...
 

Typedef Documentation

using telux::common::ResponseCallback = typedef std::function<void(telux::common::ErrorCode errorCode)>

General response callback for most of the requests, client needs to implement this function to get the asynchronous response.

The methods in callback can be invoked from multiple different threads. The implementation should be thread safe.

Parameters
[in]errorCodeErrorCode
using telux::common::InitResponseCb = typedef std::function<void(telux::common::ServiceStatus status)>

This API is invoked when the initialization of an object completes.

Parameters
[in]status- Service status
Note
Eval: This is a new API and is being evaluated. It is subject to change and could break backwards compatibility.