10.3.13. serial_comm_hub_requestsΒΆ
Request types for the SerialCommHub Module
StatusCodeEnum:string
Success or error indication of command
enum: Success, Error
Result:object
Return type for IO transfer functions with 16 bit return values
required: status_code
properties:
status_code:string (serial_comm_hub_requests-StatusCodeEnum)
There is an extended definition for this object here.
value:array
items:
type:
VectorUint16:object
Data content (raw data bytes)
required: data
properties:
data:array
items:
type: