Unit 'XADMASTER' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

txadSpecial

Declaration

Source position: xadmaster.pas line 475

type txadSpecial = record

  xfis_Type: LongWord;

  xfis_Next: PxadSpecial;

  xfis_Data: record

    case LongInt of

      0: (

          xfis_UnixDevice: txadSpecialUnixDevice;

        );

      1: (

          xfis_AmigaAddress: txadSpecialAmigaAddress;

        );

      2: (

          xfis_CBM8bit: txadSpecialCBM8bit;

        );

  end;

end;


Documentation generated on: 2021-07-30