| 
            
              GetBulkRequestMessage(VersionCode, Int32, Int32, OctetString, Int32, Int32, IListVariable, IPrivacyProvider, Int32, ISnmpMessage) Constructor
             | 
          
        
        
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
SyntaxGSF.Net.Snmp.Messaging.GetBulkRequestMessage = function(version, messageId, requestId, userName, nonRepeaters, maxRepetitions, variables, privacy, maxMessageSize, report);
 View SourceParameters
- version  VersionCode
 - The version.
 - messageId  Int32
 - The message id.
 - requestId  Int32
 - The request id.
 - userName  OctetString
 - Name of the user.
 - nonRepeaters  Int32
 - The non repeaters.
 - maxRepetitions  Int32
 - The max repetitions.
 - variables  IListVariable
 - The variables.
 - privacy  IPrivacyProvider
 - The privacy provider.
 - maxMessageSize  Int32
 - Size of the max message.
 - report  ISnmpMessage
 - The report.
 
See Also