Nol.A SDK Library
24.11.0
For IoT System Software Development
|
Public Types | |
enum | Type_t { TYPE_NONE = 0 , TYPE_MPL = 1 } |
Public Member Functions | |
IPv6MulticastRouting (IPv6Interface &) | |
virtual void | begin ()=0 |
Bootstrap the unicast routing protocol. | |
virtual error_t | preforward (IPv6PacketBuffer *ippkt, uint8_t nxhop)=0 |
Do some actions required by the multicast routing protocol before forwarding a packet. | |
virtual void | tick ()=0 |
Lifetime tick for the multicast routing protocol. | |
Public Attributes | |
Type_t | type |
An IPv6 multicast protocol type. | |