| 
            
              ResponseMessage(VersionCode, Header, SecurityParameters, Scope, IPrivacyProvider, Boolean, Byte) Constructor
             | 
          
        
        
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
SyntaxGSF.Net.Snmp.Messaging.ResponseMessage = function(version, header, parameters, scope, privacy, needAuthentication, length);
 View SourceParameters
- version  VersionCode
 - The version.
 - header  Header
 - The header.
 - parameters  SecurityParameters
 - The parameters.
 - scope  Scope
 - The scope.
 - privacy  IPrivacyProvider
 - The privacy provider.
 - needAuthentication  Boolean
 - if set to true, authentication is needed.
 - length  Byte
 - The length bytes.
 
See Also