• denotes optional items.

  • denotes a list of optional items, zero or more of which may be chosen.

  • denotes a list of items of which ONE must be chosen.

    item...

      denotes that item is repeated zero or more times.
    statement,.....
      denotes this example is incomplete.
    nnn
      is a number in the range 0-255 inclusive.
    nnnnn
      is a number in the range 0-65535 inclusive.

    All numbers and values can be entered in decimal form or in C hexadecimal form (0x....).


    [Back] [Next]