
TYPE
  nlt$sm_device_attributes = RECORD
    code: 0 .. 0FF(16),
    length: 0 .. 0FF(16),
    value: string ( * ),
  RECEND;

