Unit 'JwaSnmp' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

TAsnAny

Declaration

Source position: jwasnmp.pas line 108

type TAsnAny = record

  asnType: Byte;

  case Integer of

    0: (

        number: TAsnInteger32;

      );

    1: (

        unsigned32: TAsnUnsigned32;

      );

    2: (

        counter64: TAsnCounter64;

      );

    3: (

        string_: TAsnOctetString;

      );

    4: (

        bits: TAsnBits;

      );

    5: (

        object_: TAsnObjectIdentifier;

      );

    6: (

        sequence: TAsnSequence;

      );

    7: (

        address: TAsnIPAddress;

      );

    8: (

        counter: TAsnCounter32;

      );

    9: (

        gauge: TAsnGauge32;

      );

    10: (

        ticks: TAsnTimeticks;

      );

    11: (

        arbitrary: TAsnOpaque;

      );

end;


Documentation generated on: 2023-03-18