  CONST
    nfc$max_unsolicited_msg_length = 255;

  TYPE
    nft$unsolicited_device_msg = string (nfc$max_unsolicited_msg_length);

