Internet Direct (Indy)
Home
PreviousUpNext
TIdSNMP.QuickReceiveTrap Method
Pascal
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: TIdStringList; 
    var MIBValue: TIdStringList
): integer;
Parameters 
Description 
Source 
Scope is var. Type is string.
 
Enterprise 
Scope is var. Type is string.
 
Community 
Scope is var. Type is string.
 
Port 
Scope is var. Type is integer.
 
Generic 
Scope is var. Type is integer.
 
Specific 
Scope is var. Type is integer.
 
Seconds 
Scope is var. Type is integer.
 
MIBName 
Scope is var. Type is TIdStringList.
 
MIBValue 
Scope is var. Type is TIdStringList

integer

QuickReceiveTrap is a method. 

QuickReceiveTrap returns a integer value.

Topic generated.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.