Skip to content

TCPIP mixer

Annaliese McDermond edited this page Feb 25, 2022 · 3 revisions

LINEOUT_MUTE

C[D]<seq_number>|mixer lineout mute <on|off>

Example:

C19|mixer lineout mute on

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

LINEOUT_GAIN

C[D]<seq_number>|mixer lineout gain <val>

where <val> is a number from 0-100

Example:

C19|mixer lineout gain 50

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

HEADPHONE_MUTE

C[D]<seq_number>|mixer headphone mute <on|off>

Example:

C19|mixer headphone mute on

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

HEADPHONE_GAIN

C[D]<seq_number>|mixer headphone gain <val>

where <val> is a number from 0-100

Example:

C19|mixer headphone gain 50

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

FRONT_SPEAKER_MUTE

Note: This is only for M Series Models

C[D]<seq_number>|mixer front_speaker mute <on|off>

Example:

C19|mixer front_speaker mute on

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

MONO_MUTE

C[D]<seq_number>|mixer mono mute <on|off>

Example:

C19|mixer mono mute on

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

MONO_GAIN

C[D]<seq_number>|mixer mono gain <val>

where <val> is a number from 0-100

Example:

C19|mixer mono gain 50

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|