CommandApi(self) | CommandApi | |
destination_allows_blocking(self) | CommandApi | |
find_active_sequence(self, int token) | CommandApi | |
get_blocking_flag(self) | CommandApi | |
get_blocking_timeout(self) | CommandApi | |
get_command(self, str name, Packet packet) | CommandApi | |
get_command_list(self) | CommandApi | |
get_command_response(self, str name, CommandResponse response) | CommandApi | |
get_command_response_list(self) | CommandApi | |
get_configuration_message(self, str name, ParameterCollection param_coll) | CommandApi | |
get_configuration_message_list(self) | CommandApi | |
get_destination_type(self) | CommandApi | |
get_status_item(self, str name) | CommandApi | |
get_status_message(self, str name, ParameterCollection param_coll) | CommandApi | |
get_status_message_list(self) | CommandApi | |
get_track(self, int token, TrackItem track_item) | CommandApi | |
initiate_command(self, str name) | CommandApi | |
insert_data_and_send_command(self, str name, bytes byte_data) | CommandApi | |
ready_for_request(self) | CommandApi | |
register_sequence_command_callback(self, SequenceCommandCallback callback_fn) | CommandApi | |
register_sequence_error_callback(self, SequenceErrorCallback callback_fn) | CommandApi | |
register_sequence_start_callback(self, SequenceStartCallback callback_fn) | CommandApi | |
register_sequence_stop_callback(self, SequenceStopCallback callback_fn) | CommandApi | |
register_sequence_wait_callback(self, SequenceWaitCallback callback_fn) | CommandApi | |
send_binary_command(self, str name, bytes binary_data) | CommandApi | |
send_this_command(self, Packet packet) | CommandApi | |
send_trek_command(self, str name) | CommandApi | |
set_blocking_flag(self, bool new_flag) | CommandApi | |
set_blocking_timeout(self, int timeout) | CommandApi | |
set_configuration_item(self, str name, str value) | CommandApi | |
start_sequence(self, str file_name) | CommandApi | |
stop_all_sequences(self) | CommandApi | |
stop_sequence(self, int token) | CommandApi | |
unblock_destination(self) | CommandApi | |
update_command(self, Packet packet) | CommandApi | |
update_destination_command(self, str name) | CommandApi | |