Telematics SDK - API Reference  v1.62.0
telux::platform::hardware Namespace Reference

Data Structures

class  IAntennaListener
 Listen class to get antenna configuration related notifications. The client needs to implement these methods as briefly as possible and avoid blocking calls. Class methods can be invoked from multiple threads, so the client needs to ensure that the implementation is thread-safe. More...
 
class  IAntennaManager
 IAntennaManager provides an interface to set and get the active antenna's configuration. More...
 

Typedefs

using GetActiveAntCb = std::function< void(int antIndex, telux::common::ErrorCode error)>