  CONST
    nfc$max_transmit_block_size = 0ffff(16);

  TYPE
    nft$transmit_block_size = 0 .. nfc$max_transmit_block_size;

