command_data
status_t SendToServer(int32 msgCode, command_data* msg, size_t size);
status_t SendToAddOnServer(int32 msgCode, command_data *msg, size_t size);
status_t SendToPort(port_id sendPort, int32 msgCode, command_data* msg,
struct command_data;
struct add_on_server_rescan_flavors_command : command_data {
struct add_on_server_rescan_finished_notify_command : command_data {
struct server_rescan_defaults_command : command_data {
struct server_unregister_add_on_command : command_data {
struct server_unregister_buffer_command : command_data {
struct server_register_dormant_node_command : command_data {
struct producer_set_buffer_group_command : command_data {
struct producer_format_change_requested_command : command_data {
struct producer_video_clipping_changed_command : command_data {
struct producer_additional_buffer_requested_command : command_data {
struct producer_latency_changed_command : command_data {
struct producer_enable_output_command : command_data {
struct producer_late_notice_received_command : command_data {
struct producer_set_run_mode_delay_command : command_data {
struct consumer_buffer_received_command : command_data {
struct consumer_producer_data_status_command : command_data {
struct node_request_completed_command : command_data {
struct node_start_command : command_data {
struct node_stop_command : command_data {
struct node_seek_command : command_data {
struct node_roll_command : command_data {
struct node_set_run_mode_command : command_data {
struct node_time_warp_command : command_data {
struct node_set_timesource_command : command_data {
struct node_final_release_command : command_data {
struct timesource_add_slave_node_command : command_data {
struct timesource_remove_slave_node_command : command_data {
u8 command_data[E1000_HI_MAX_DATA_LENGTH];
u8 command_data[E1000_HI_MAX_MNG_DATA_LENGTH];
SendToServer(int32 msgCode, command_data* msg, size_t size)
SendToAddOnServer(int32 msgCode, command_data* msg, size_t size)
SendToPort(port_id sendPort, int32 msgCode, command_data* msg, size_t size)
return SendToPort(reply_port, 0, reinterpret_cast<command_data *>(reply),