MC top-level constant

String const MC

Media Copy.

Representation: CSI s \x69

Parameter default value: s = 0

MC is used either to initiate a transfer of data from or to an auxiliary input/output device or to enable or disable the relay of the received data stream to an auxiliary input/output device, depending on the parameter value:

  • 0 - initiate transfer to a primary auxiliary device
  • 1 - initiate transfer from a primary auxiliary device
  • 2 - initiate transfer to a secondary auxiliary device
  • 3 - initiate transfer from a secondary auxiliary device
  • 4 - stop relay to a primary auxiliary device
  • 5 - start relay to a primary auxiliary device
  • 6 - stop relay to a secondary auxiliary device
  • 7 - start relay to a secondary auxiliary device

This control function may not be used to switch on or off an auxiliary device.

Implementation

const String MC = 'i';