Classe TSNMPMib

Unit

Declaração

type TSNMPMib = class(TObject)

Descrição

Data object with one record of MIB OID and corresponding values.

Hierarquia

Visão Geral

Campos

Protected FOID: AnsiString;
Protected FValue: AnsiString;
Protected FValueType: Integer;

Propriedades

Published property OID: AnsiString read FOID write FOID;
Published property Value: AnsiString read FValue write FValue;
Published property ValueType: Integer read FValueType write FValueType;

Descrição

Campos

Protected FOID: AnsiString;
 
Protected FValue: AnsiString;
 
Protected FValueType: Integer;
 

Propriedades

Published property OID: AnsiString read FOID write FOID;

OID number in string format.

Published property Value: AnsiString read FValue write FValue;

Value of OID object in string format.

Published property ValueType: Integer read FValueType write FValueType;

Define type of Value. Supported values are defined in asn1util. For queries use ASN1_NULL, becouse you don't know type in response!


Gerado por PasDoc 0.16.0.