Back to Flight Commands
CMD_FLIGHT_STOP_MON

Command:          CMD_FLIGHT_STOP_MON
Destination:          SD_FLIGHT 
Destination Channel:  0

Description

A client uses this command to specify that the flight recorder stop sending it a copy of the data messages that it receives for collecting.


Command Data Format

 
Number of Channels Channel 1 ... padding
1 byte 1 byte ... 0-3 bytes

Number of Channels

The number of channel numbers to follow.
Channels 1 through n
The data channel to be removed from the monitoring data stream.  A value of 255 is special and means that all off the channels are to be removed from the monitoring data stream.
Response Data Format
none
Response Return Codes
 
RESP_OK Execution of the command was successful.
RESP_INVAL_CHAN The specified channel is invalid.
RESP_UNSUPPORTED This command is not supported on the specified channel.
RESP_UNREG The specified source channel is not registered with the server.
RESP_UNKNOWN_ERR An unknown error occurred.

|Top|