Indy 9
TSNMPInfo
Hierarchy, Properties, Methods, Unit: IdSNMP
TSNMPInfo = class(TObject)
Unit
IdSNMP
Description
TSNMPInfo

TSNMPInfo.Community
TSNMPInfo
property Community: string;
Description
Community

TSNMPInfo.Owner
TSNMPInfo
property Owner: TIdSNMP;
Description
Owner

TSNMPInfo.Value
TSNMPInfo
property Value [idx : Integer]: string;
Description
Value

TSNMPInfo.ValueCount
TSNMPInfo
property ValueCount: Integer;
Description
ValueCount

TSNMPInfo.ValueOID
TSNMPInfo
property ValueOID [idx : Integer]: string;
Description
ValueOID

TSNMPInfo.ValueType
TSNMPInfo
property ValueType [idx : Integer]: Integer;
Description
ValueType

TSNMPInfo.Clear
TSNMPInfo
procedure Clear;
Description
Clear

TSNMPInfo.Create
TSNMPInfo
constructor Create(AOwner: TIdSNMP);
Description
Create

TSNMPInfo.DecodeBuf
TSNMPInfo
procedure DecodeBuf(Buffer: string);
Description
DecodeBuf

TSNMPInfo.DecodeTrap
TSNMPInfo
function DecodeTrap: integer;
Description
DecodeTrap

TSNMPInfo.Destroy
TSNMPInfo
destructor Destroy; override;
Description
Destroy

TSNMPInfo.EncodeBuf
TSNMPInfo
function EncodeBuf: string;
Description
EncodeBuf

TSNMPInfo.EncodeTrap
TSNMPInfo
function EncodeTrap: integer;
Description
EncodeTrap

TSNMPInfo.MIBAdd
TSNMPInfo
procedure MIBAdd(MIB: string; Value: string; valueType: Integer = ASN1_OCTSTR);
Description
MIBAdd

TSNMPInfo.MIBDelete
TSNMPInfo
procedure MIBDelete(Index: integer);
Description
MIBDelete

TSNMPInfo.MIBGet
TSNMPInfo
function MIBGet(MIB: string): string;
Description
MIBGet

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.