2.5.8 G3 Sniffer

This interface is simple and is defined in the ifaceG3Sniffer.h file. Only two functions are available:

  • One function to set the callback where sniffer messages will be sent:
        void g3_sniffer_set_cb(void (*sap_handler)(uint8_t* msg, uint16_t len));
  • One function to set the channel:
        void g3_sniffer_set_channel(uint8_t uc_channel);