Struct dataBlock
Public Attributes
Type | Name |
---|---|
binary_t | buffer The data. |
command | cmd Suggestion of what to do with data. |
dataType | dType Type of data in block. |
char * | description Textual description/metadata. |
uint32_t | length In bytes. |
Public Attributes Documentation
variable buffer
The data.
binary_t dataBlock::buffer;
variable cmd
Suggestion of what to do with data.
command dataBlock::cmd;
variable dType
Type of data in block.
dataType dataBlock::dType;
variable description
Textual description/metadata.
char * dataBlock::description;
variable length
In bytes.
uint32_t dataBlock::length;
The documentation for this class was generated from the following file neuralSPOT/neuralspot/ns-rpc/includes-api/GenericDataOperations_EvbToPc.h