Telematics SDK - Interface Specification  v1.33.66
Deprecated List
Global telux::cv2x::ICv2xListener::onStatusChanged (Cv2xStatus status)
use onStatusChanged(Cv2xStatusEx status)
Global telux::cv2x::ICv2xRadio::getCapabilities () const =0
Use requestCapabilities() API
Global telux::cv2x::ICv2xRadioListener::onSpsOffsetChanged (int spsId, MacDetails details)
use onSpsSchedulingChanged
Global telux::cv2x::ICv2xRadioListener::onStatusChanged (Cv2xStatus status)
use onStatusChanged in Cv2xListener
Global telux::cv2x::ICv2xRadioListener::onStatusChanged (Cv2xStatusEx status)
use onStatusChanged in Cv2xListener
Global telux::cv2x::ICv2xRadioManager::requestCv2xStatus (RequestCv2xStatusCallback cb)=0
use requestCv2xStatus(RequestCv2xCalbackEx)
Global telux::cv2x::ICv2xRadioManager::updateConfiguration (const std::string &configFilePath, UpdateConfigurationCallback cb)=0
Use ICv2xConfig instead
Global telux::cv2x::RequestCv2xStatusCallback
use RequestCv2xStatusCallbackEx
Global telux::cv2x::TrustedUEInfo::timeConfidenceLevel
Use timeUncertainty Time confidence level. Range from 0 to 127 with 0 being invalid/unavailable and 127 being the most confident.
Global telux::data::net::DmzEntriesCb
telux::data::DmzEntryInfoCb callback is used to get DMZ entries
Global telux::data::net::FirewallEntriesCb
telux::data::FirewallEntryInfoCb callback is used to get Firewall entries
Global telux::data::net::FirewallStatusCb
telux::data::FirewallConfigCb callback is used to get Firewall configuration
Global telux::data::net::IFirewallManager::addFirewallEntry (int profileId, std::shared_ptr< IFirewallEntry > entry, telux::common::ResponseCallback callback=nullptr)=0
Use telux::data::addFirewallEntry API to add firewall rule on any backhaul
Global telux::data::net::IFirewallManager::disableDmz (int profileId, const telux::data::IpFamilyType ipType, telux::common::ResponseCallback callback=nullptr)=0
Use telux::data::disableDmz API to Disable DMZ on any backhaul
Global telux::data::net::IFirewallManager::enableDmz (int profileId, const std::string ipAddr, telux::common::ResponseCallback callback=nullptr)=0
Use telux::data::enableDmz API to enable DMZ on any backhaul
Global telux::data::net::IFirewallManager::removeFirewallEntry (int profileId, uint32_t handle, telux::common::ResponseCallback callback=nullptr)=0
Use telux::data::removeFirewallEntry API to remove firewall rule from any backhaul
Global telux::data::net::IFirewallManager::requestDmzEntry (int profileId, DmzEntriesCb dmzCb)=0
Use telux::data::requestDmzEntry API to request DMZ on any backhaul
Global telux::data::net::IFirewallManager::requestFirewallEntries (int profileId, FirewallEntriesCb callback)=0
Use telux::data::requestFirewallEntries API to request firewall rules on any backhaul
Global telux::data::net::IFirewallManager::requestFirewallStatus (int profileId, FirewallStatusCb callback)=0
Use telux::data::requestFirewallConfig API to request firewall status on any backhaul
Global telux::data::net::IFirewallManager::setFirewall (int profileId, bool enable, bool allowPackets, telux::common::ResponseCallback callback=nullptr)=0
Use telux::data::setFirewallConfig API to set firewall on any backhaul
Global telux::data::net::IVlanManager::bindWithProfile (int profileId, int vlanId, telux::common::ResponseCallback callback)=0
Use bindToBackhaul() API below to bind VLAN to backhaul
Global telux::data::net::IVlanManager::queryVlanMappingList (VlanMappingResponseCb callback)=0
Use queryVlanToBackhaulBindings() API below to request VLAN to backhaul mapping
Global telux::data::net::IVlanManager::unbindFromProfile (int profileId, int vlanId, telux::common::ResponseCallback callback)=0
Use unbindFromBackhaul() API below to unbind VLAN to backhaul
Global telux::loc::COMPASS
constellation type is not supported.
Global telux::loc::GNSS_LOC_SV_SYSTEM_COMPASS
constellation type is not supported.
Global telux::tel::GsmSignalStrengthInfo::getGsmBitErrorRate () const
This API not being supported
Global telux::tel::GsmSignalStrengthInfo::getTimingAdvance ()
This API not being supported
Global telux::tel::ICallListener::onECallMsdTransmissionStatus (int phoneId, telux::common::ErrorCode errorCode)
Use another onECallMsdTransmissionStatus() API with argument ECallMsdTransmissionStatus
Global telux::tel::IPhone::getRadioState ()=0
Use IPhoneManager::requestOperatingMode() API instead
Global telux::tel::IPhone::getServiceState ()=0
Use requestVoiceServiceState() API
Global telux::tel::IPhone::setRadioPower (bool enable, std::shared_ptr< telux::common::ICommandResponseCallback > callback=nullptr)=0
Use IPhoneManager::setOperatingMode() API instead
Global telux::tel::IPhoneListener::onRadioStateChanged (int phoneId, RadioState radioState)
Use onOperatingModeChanged() API instead
Global telux::tel::IPhoneListener::onServiceStateChanged (int phoneId, ServiceState state)
Use onVoiceServiceStateChanged() listener
Global telux::tel::ISapCardManager::getState (SapState &sapState)=0
Use requestSapState() API below to get SAP state
Global telux::tel::ISmsManager::sendSms (const std::string &message, const std::string &receiverAddress, std::shared_ptr< telux::common::ICommandResponseCallback > callback=nullptr, std::shared_ptr< telux::common::ICommandResponseCallback > deliveryCallback=nullptr)=0
Use API ISmsManager::sendSms(const std::string &message, const std::string &receiverAddress, bool deliveryReportNeeded = true, SmsResponseCb callback = nullptr, std::string smscAddr = "")
Global telux::tel::LteSignalStrengthInfo::getLteChannelQualityIndicator () const
This API not being supported
Global telux::tel::LteSignalStrengthInfo::getTimingAdvance () const
This API not being supported
Global telux::tel::ServiceState
Use requestVoiceServiceState() API or to know the status of phone
Global telux::tel::SmsMessage::getPdu () const
Use API SmsMessage::getRawPdu
Global telux::tel::WcdmaSignalStrengthInfo::getBitErrorRate () const
This API not being supported
Global v2x_event_t
This enum type is deprecated, please consider use v2x_radio_status_ex_t instead.
Global v2x_radio_calls_t::v2x_radio_status_listener )(v2x_event_t event, void *context)
This callback is deprecated, please consider use v2x_ext_radio_status_listener instead.