Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

raw_pcb Struct Reference

raw_pcb Struct Reference

the RAW protocol control block More...

#include <raw.h>

Data Fields

u8_t mcast_ifindex
 outgoing network interface for multicast packets, by interface index (if nonzero)
u8_t mcast_ttl
 TTL for outgoing multicast packets.
raw_recv_fn recv
 receive callback function

Detailed Description

the RAW protocol control block

Definition at line 75 of file raw.h.


Field Documentation

outgoing network interface for multicast packets, by interface index (if nonzero)

Definition at line 86 of file raw.h.

u8_t mcast_ttl

TTL for outgoing multicast packets.

Definition at line 88 of file raw.h.

receive callback function

Definition at line 92 of file raw.h.