Field Name Length (bits) Bit Contents Description
Item Total Algn Off
removePatches 48 + 16*n 16 0 command Packet Remove patches from the patch list (see table 40, swreq Rev. I)
  header 4848 16 0 command Header Command Packet Header
    commandLength 1616 16 0 uint16 = 3+n Number of 16-bit words in the command packet
    commandIdentifier 1616 16 16 uint16 Used by ground to identify the command
    commandOpcode 1616 16 32 uint16 = 22 Command Operation code which determines format and action of the command [see enum CmdOpcode]: CMDOP_REMOVE_PATCH
  patchIds[pl-3] 1616*n 16 48 uint16 Ids of the patches to remove. If a value is 0xffff, remove all remaining patches

Definition of variables
n the dimension of the patchIds array [pl-3]
pl the value of the commandLength field