Indy 9
TIdSNMP
Hierarchy, Properties, Methods, Events, Unit: IdSNMP
TIdSNMP = class(TIdUDPClient)
Unit
IdSNMP
Description
TIdSNMP

TIdSNMP.Community
TIdSNMP
property Community: string;
Description
Community

TIdSNMP.Port
TIdSNMP
property Port: Integer;
Description
Port

TIdSNMP.TrapPort
TIdSNMP
property TrapPort: Integer;
Description
TrapPort

TIdSNMP.Create
TIdSNMP
constructor Create(aOwner: TComponent); override;
Description
Create

TIdSNMP.Destroy
TIdSNMP
destructor Destroy; override;
Description
Destroy

TIdSNMP.QuickReceiveTrap
TIdSNMP
function QuickReceiveTrap(var Source: string; var Enterprise: string; var Community: string; var Port: integer; var Generic: integer; var Specific: integer; var Seconds: integer; var MIBName: TStringList; var MIBValue: TStringList): integer;
Description
QuickReceiveTrap

TIdSNMP.QuickSend
TIdSNMP
function QuickSend(const Mib: string; const Community: string; const Host: string; var Value: string): Boolean;
Description
QuickSend

TIdSNMP.QuickSendTrap
TIdSNMP
function QuickSendTrap(const Dest: string; const Enterprise: string; const Community: string; Port: integer; Generic: integer; Specific: integer; MIBName: TStringList; MIBValue: TStringList): integer;
Description
QuickSendTrap

TIdSNMP.ReceiveTrap
TIdSNMP
function ReceiveTrap: integer;
Description
ReceiveTrap

TIdSNMP.SendQuery
TIdSNMP
function SendQuery: boolean;
Description
SendQuery

TIdSNMP.SendTrap
TIdSNMP
function SendTrap: integer;
Description
SendTrap

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