|
Telescience Resource Kit
TReK Python
5.4.0 ART
|
This class holds all the responses associated with a single command uplink. More...
Public Member Functions | |
def | CommandResponse ( -> None ) -> def |
Class initializer. | |
def | get_error_details (error: int -> ResponseInfo ) -> def |
Copies the details about an error. More... | |
This class holds all the responses associated with a single command uplink.
( | error | : int | ) | -> ResponseInfo |
Copies the details about an error.
If the error value is found, the information about the error is returned.
[in] | error | The error number to find. |
TrekError | 11004 - CMD_API_DOES_NOT_EXIST |