VBIANCPID VAP AP

Description:

   Sets and gets the anc pid for a specified index

Form:

  Command Handler: DCMD
  VBIANCPID|VAP|AP [INDEX] [PID]

   [INDEX]: This is a place holder index for future use

                0 is currently the only option

   [PID]:   Pid value to assign to the given index.  This value can be entered as
            hex (base 16) or decimal (base 10).  If entered as hex then the value must
            be prefixed with "0x" so for example "0x1E2" is valid while "1E2" is not.

                Valid pid ranges (non-inclusive):
                0x20 - 0x1FFF    valid range as hex
                32   - 8191      valid range as decimal
                0                used to disable
                0xFFFF           auto

Response:

  SDISTATUS 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:
Get currently configured pid for the first index
*.DCMD VAP
OK
VBIANCPID0=0x0022 34

Get currently configured pid for the 0'th index
*.DCMD VAP 0
OK
VBIANCPID0=0x0022 34

Set ancillary pid for a specific index(currently only index 0 is available)
*.DCMD VAP 0 0x1e2
OK


Terse:
Get currently configured pid for the first index
*.DCMD AP
0
0x0022

Get currently configured pid for the 0'th index
*.DCMD AP 0
0
0x0022

Set ancillary pid for a specific index(currently only index 0 is available)
*.DCMD AP 0 0x0022
0

Notes:

Currently only supports one index
Created By: Adtec Digital