Class jac::Packet
Interface for building packets.
#include <linkTypes.h>
Public Functions
Type | Name |
---|---|
Packet () = default |
|
Packet (const Packet &) = delete |
|
Packet & | operator= (const Packet &) = delete |
virtual bool | put (uint8_t c) = 0 |
virtual size_t | put (std::span< const uint8_t > data) = 0 |
virtual bool | send () = 0 |
virtual size_t | space () const = 0 |
virtual | ~Packet () = default |
Public Functions Documentation
function Packet [1/2]
function Packet [2/2]
function operator=
function put [1/2]
function put [2/2]
function send
function space
function ~Packet
The documentation for this class was generated from the following file src/jac/link/linkTypes.h