pub type esp_now_recv_info_t = esp_now_recv_info;
Expand description

@brief ESPNOW packet information

Aliased Type§

struct esp_now_recv_info_t {
    pub src_addr: *mut u8,
    pub des_addr: *mut u8,
    pub rx_ctrl: *mut wifi_pkt_rx_ctrl_t,
}

Fields§

§src_addr: *mut u8

< Source address of ESPNOW packet

§des_addr: *mut u8

< Destination address of ESPNOW packet

§rx_ctrl: *mut wifi_pkt_rx_ctrl_t

< Rx control info of ESPNOW packet