DAP command types.
This enum defines the commands that can be sent between the host and the target.
| Enumerator |
|---|
| DAP_ERROR_COMMAND | Sent from target to host to indicate there has been an error.
|
| DAP_GET_CAPABILITIES_COMMAND | Get software capabilities and metadata.
|
| DAP_LIST_SENSORS_COMMAND | List all available sensors.
|
| DAP_CONFIGURE_PIPELINE_COMMAND | Configure the application.
|
| DAP_LIST_MODELS_COMMAND | List all available models.
|
| DAP_REMOVE_MODEL_COMMAND | Remove one of the models.
|
| DAP_START_MODEL_UPLOAD_COMMAND | Signal the target that the host will start sending data.
|
| DAP_END_MODEL_UPLOAD_COMMAND | Signal the target that the host is done sending data.
|
| DAP_START_STREAMING_COMMAND | Signal the target to start sending data to the host.
|
| DAP_STOP_STREAMING_COMMAND | Signal the target to stop sending data to the host.
|
| DAP_LIST_INFERENCING_VALUES_COMMAND | List all inference values.
|
| DAP_READ_PROPERTY_COMMAND | Read a sampling property.
|
| DAP_WRITE_PROPERTY_COMMAND | Write to a sampling property,
|
| DAP_LIST_PROPERTIES_COMMAND | List all sampling properties.
|
| DAP_SEND_DATA_COMMAND | Data comming from the host to the target (model upload).
|
| DAP_RECEIVE_DATA_COMMAND | Data comming from the target to the host (streaming).
|