Telematics SDK - Interface Specification
Data Structures
Here are the data structures with brief descriptions:
[detail level 123]
\Ntelux
 oNcommon
 |oCICommandCallback
 |oCICommandResponseCallbackGeneral command response callback for most of the requests, client needs to implement this interface to get single shot response
 |oCSdkVersion
 |\CVersionProvides version of SDK
 oNdata
 |oCIDataConnectionManagerIDataConnectionManager is a primary interface for cellular connectivity This interface provides APIs for start and stop data call connections, get data call information and listener for monitoring data calls
 |oCIDataCallRepresents single established data call on the device
 |oCIDataConnectionListener
 |oCIDataCallStatisticsCallbackInterface for request Data call statistics callback Client needs to implement this interface to get single shot responses for commands like request auto connect
 |oCIDataRateCallbackInterface for request Data rate callback Client needs to implement this interface to get single shot responses for commands like request auto connect
 |oCProfileParams
 |oCDataCallStats
 |oCDataChannelRate
 |oCIpAddrInfo
 |oCDataCallFailReason
 |oCDataFactoryDataFactory is the central factory to create all data classes
 |oCDataProfileDataProfile class represents single data profile on the modem
 |oCIDataProfileManager
 |oCIDataCreateProfileCallback
 |oCIDataProfileListCallbackInterface for getting list of DataProfile using callback. Client needs to implement this interface to get single shot responses for commands like get profile list and query profile
 |\CIDataProfileCallback
 oNloc
 |oCIGpsTimeIGpsTime provides interface to get current GPS week and elapsed time in current GPS week
 |oCISensorDataUsageSpecifies the sensors used for calculating the fixes and the type of measurements which were aided by sensor data
 |oCILocationInfoILocationInfo provides interface to get postion related information like latitude, longitude, altitude and other information like timestamp, session status etc
 |oCISVInfoISVInfo provides interface to retreive inforation about Satellite Vehicles, their position and health status
 |oCIGnssSVInfoIGnssSVInfo provides interface to retrieve the list of SV info available and whether altitude is assumed or calculated
 |oCLocationFactoryLocationFactory allows creation of location manager
 |oCILocationListenerListener class for getting location updates and satellite vehicle information
 |\CILocationManagerILocationManager provides interface to register and remove listeners. It also allows to set and get configuration/ criteria for position reports
 \Ntel
  oCICallICall represents a call in progress. An ICall cannot be directly created by the client, rather it is returned as a result of instantiating a call or from the PhoneListener when receiving an incoming call
  oCICallListenerA listener class for monitoring changes in call, including call state change and ECall state change. Override the methods for the state that you wish to receive updates for
  oCICallManagerCall Manager does aggregate state management for in-progress calls It provides APIs for makeCall, makeECall, conferencing or swapping active and on-hold calls and to get the list of in-progress calls
  oCIMakeCallCallbackInterface for Make Call callback object. Client needs to implement this interface to get single shot responses for commands like make call
  oCICardAppRepresents a single card application
  oCIccResult
  oCICardManager
  oCICard
  oCICardChannelCallback
  oCICardCommandCallback
  oCICardListener
  oCECallMsdOptionals
  oCECallMsdControlBits
  oCECallVehicleIdentificationNumber
  oCECallVehiclePropulsionStorageType
  oCECallVehicleLocation
  oCECallVehicleLocationDelta
  oCECallOptionalPdu
  oCECallMsdData
  oCIPhoneThis class allows getting system information and registering for system events. Each Phone instance is associated with a single SIM. So on a dual SIM device you would have 2 Phone instances
  oCISignalStrengthCallbackInterface for Signal strength callback object. Client needs to implement this interface to get single shot responses for commands like get signal strength
  oCIVoiceRadioTechnologyCallbackInterface for voice radio technology callback object. Client needs to implement this interface to get single shot responses for commands like request voice radio technology
  oCIVoiceServiceStateCallbackInterface for voice service state callback object. Client needs to implement this interface to get single shot responses for commands like request voice radio technology
  oCPhoneFactoryPhoneFactory is the central factory to create all Telephony SDK Classes and services
  oCIPhoneListenerA listener class for monitoring changes in specific telephony states on the device, including service state and signal strength. Override the methods for the state that you wish to receive updates for
  oCIPhoneManagerPhone Manager creates one or more phones based on SIM slot count, it allows clients to register for notification of system events. Clients should check if the subsystem is ready before invoking any of the APIs
  oCCardReaderStatus
  oCISapCardManagerISapCardManager provide APIs for SAP related operations
  oCIAtrResponseCallback
  oCISapCardCommandCallback
  oCICardReaderCallback
  oCSignalStrengthSignalStrength class provides access to LTE,GSM, CDMA signal strengths
  oCLteSignalStrengthInfoLTE signal strength class provides methods to get details of lte signals like dbm, signal level, reference signal signal-to-noise ratio, channel quality indicator and signal strength
  oCGsmSignalStrengthInfoGSM signal strength provides methods to get GSM signal strength in dBm and GSM signal level
  oCCdmaSignalStrengthInfoCDMA signal strength provides methods to get details of Cdma and Evdo like signal strength in dBm and signal level
  oCMessageAttributesContains structure of message attributes like encoding type, number of segments, characters left in last segment
  oCSmsMessageA Short Message Service message
  oCISmsManagerSMS Manager class is the primary interface to send and receive SMS messages. It allows to send an SMS in several formats and sizes
  oCISmsListenerA listener class for monitoring incoming SMS. Override the methods for the state that you wish to receive updates for
  oCISmscAddressCallback
  oCISubscriptionSubscription returns information about network operator subscription details pertaining to a SIM card
  oCISubscriptionListenerA listener class for receiving device subscription information. The methods in listener can be invoked from multiple different threads. The implementation should be thread safe
  oCISubscriptionManager
  \CVoiceServiceInfo