CommandApi(self) | CommandApi | |
destination_allows_blocking(self) | 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 | |
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 | |
unblock_destination(self) | CommandApi | |
update_command(self, Packet packet) | CommandApi | |
update_destination_command(self, str name) | CommandApi | |