|
Telescience Resource Kit
TReK Python
5.4.0 ART
|
Dataclass holding the details of a specific command response. More...
Public Member Functions | |
def | ResponseInfo ( int value, int value_spec, str info, bool error -> None ) -> def |
Class initializer. More... | |
Public Attributes | |
value | |
The response info value. | |
value_spec | |
Command Specific error codes if value is non-negative. | |
info | |
The response. | |
error | |
If the response was in error. | |
Dataclass holding the details of a specific command response.
( | value | : int | |
value_spec | : int | ||
info | : str | ||
error | : bool | ||
) | -> None |
Class initializer.
[in] | value | The response info value. |
[in] | value_spec | Command Specific error codes if value is non-negative. |
[in] | info | The response. |
[in] | error | If the response was in error. |