Description | Hierarchy | Fields | Methods | Properties |
type TSNMPMib = class(TObject)
Data object with one record of MIB OID and corresponding values.
property OID: AnsiString read FOID write FOID; |
|
property Value: AnsiString read FValue write FValue; |
|
property ValueType: Integer read FValueType write FValueType; |
property OID: AnsiString read FOID write FOID; |
OID number in string format.
property Value: AnsiString read FValue write FValue; |
Value of OID object in string format.
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!