TSOUTDECRYPT TSO TO

Description:

This command is used to pass the input directly to the output bypassing any handling
such as biss decryption.

Form:

  Command Handler: DCMD
  TSOUTDECRYPT|TSO|TO [ARGUMENT]

  Argument List:
    0= OFF: passes the input directly to the output.
    1= ON: passes the manipulated(i.e. decrypted) input to the output

.

Response:

  TSOUTDECRYPT RESPONSE
    Verbose- "OK\r\n" to acknowledge receipt of command, or
             "ERROR- [Description]\r\n" if error, ending command
    Terse-   "0\r\n" to acknowledge receipt of command, or
             "[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
             "\r\n" concludes modify responses (empty line)

Examples:

  Verbose command to retrieve current setting:
  *.DCMD TSOUTDECRYPT <enter>
     Response is: OK\r\n
                  TSOUTDECRYPT= ON\r\n

  Verbose command to change setting:
  *.DCMD TSOUTDECRYPT OFF <enter>
     Response is: OK\r\n

  Terse command to change setting:
  *.DCMD TO 1 <enter>
     Response is: 0\r\n

Notes:

  Streams over 100 Mbps are currently not supported.
Created By: Adtec Digital