11 bool Address::write_packet(
unsigned nbytes,
const void* data)
14 if (!wr)
return false;
15 wr->write_bytes(nbytes, data);
16 return wr->write_finalize();
Defines a generic API for sending data to a specific destination, such as a MAC address,...
virtual satcat5::io::Writeable * open_write(unsigned len)=0
Open a new frame to the designated address and type.
"Writeable" I/O interface core definitions
Generic network Address API.