13.3.19. 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
properties:
status_code:string <required> (serial_comm_hub_requests-StatusCodeEnum)

There is an extended definition for this object here.
value:array <optional>

array_item:integer


VectorUint16:object
Data content (raw data bytes)
properties:
data:array <required>

array_item:integer