Class TSNMPMib

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSNMPMib = class(TObject)

Description

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

Hierarchy

Overview

Properties

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

Description

Properties

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!


Generated by PasDoc 0.9.0 on 2012-04-23 21:38:58