Telematics SDK - Interface Specification  v1.10.0
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
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
 |oCProfileParams
 |oCDataCallStats
 |oCDataChannelRate
 |oCIpAddrInfo
 |oCDataCallEndReason
 |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
 |oCIDataProfileCallback
 |\CDataCallEndReason.__unnamed__
 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 position related information like latitude, longitude, altitude and other information like time stamp, session status etc
 |oCISVInfoISVInfo provides interface to retrieve information 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 is the primary interface for call related operations Allows to conference calls, swap calls, make normal voice call and emergency call, send and update MSD pdu
  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
  oCGsmCellIdentity
  oCCdmaCellIdentity
  oCLteCellIdentity
  oCWcdmaCellIdentity
  oCTdscdmaCellIdentity
  oCCellInfo
  oCGsmCellInfo
  oCCdmaCellInfo
  oCLteCellInfo
  oCWcdmaCellInfo
  oCTdscdmaCellInfo
  oCECallMsdOptionals
  oCECallMsdControlBits
  oCECallVehicleIdentificationNumber
  oCECallVehiclePropulsionStorageType
  oCECallVehicleLocation
  oCECallVehicleLocationDelta
  oCECallOptionalPdu
  oCECallMsdData
  oCPreferredNetworkInfo
  oCOperatorStatus
  oCINetworkSelectionManagerNetwork Selection Manager class provides the interface to get and set network selection mode, preferred network list and scan available networks
  oCOperatorInfo
  oCINetworkSelectionListenerListener class for getting network selection mode change notification
  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
  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
  oCSimRatCapability
  oCCellularCapabilityInfo
  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
  oCICellularCapabilityCallback
  oCIOperatingModeCallback
  oCCardReaderStatus
  oCISapCardManagerISapCardManager provide APIs for SAP related operations
  oCIAtrResponseCallback
  oCISapCardCommandCallback
  oCICardReaderCallback
  oCIServingSystemManagerServing System Manager class provides the API to request and set service domain preference and RAT preference
  oCIServingSystemListenerListener class for getting radio access technology mode preference change notification
  oCSignalStrength
  oCLteSignalStrengthInfo
  oCGsmSignalStrengthInfo
  oCCdmaSignalStrengthInfo
  oCWcdmaSignalStrengthInfo
  oCTdscdmaSignalStrengthInfo
  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