|
TReK Python
5.3.3
Telemetry/Command API
|
Dataclass holding the details of a specific command response. More...
Public Member Functions | |
| def | ResponseInfo ( int value, str info, bool error -> None -> def -> def ) -> def |
| Class initializer. More... | |
Public Attributes | |
| value | |
| The response info value. | |
| info | |
| The response. | |
| error | |
| If the response was in error. | |
Dataclass holding the details of a specific command response.
| ( | value | : int |