

Public Member Functions | |
| __init__ (handler=None, debug=0, port=0) | |
| connect (host) | |
| disconnect () | |
| handler (newhandler) | |
| readCCSDS () | |
| CCSDS read routine. | |
| setTimeoutEnabled (flag) | |
| Enable or disable event timeout. | |
| isTimeoutEnabled () | |
| Checks the event timeout state. | |
| setTimeout (timeout) | |
| Set the timeout value. | |
| getTimeout () | |
| Query the current timeout value. | |
Definition at line 36 of file HskCli.py.
|
|
Query the current timeout value.
|
|
|
Checks the event timeout state.
|
|
|
CCSDS read routine. This routine does the minimal work of reading the raw CCSDS data from a socket.
|
|
|
Set the timeout value.
|
|
|
Enable or disable event timeout.
|
1.4.3