12 namespace duds {
namespace hardware {
namespace interface {
char * data
Points to the start of the external buffer.
virtual std::size_t length() const
Returns the length of the buffer following the start pointer.
virtual char * start() const
Returns a pointer to the begining of the conversation part's buffer.
std::size_t len
Length of the external buffer.