| 
            
              TrapV1Message(VersionCode, IPAddress, OctetString, ObjectIdentifier, GenericCode, Int32, UInt32, IListVariable) Constructor
             | 
          
        
        
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
SyntaxGSF.Net.Snmp.Messaging.TrapV1Message = function(version, agent, community, enterprise, generic, specific, time, variables);
 View SourceParameters
- version  VersionCode
 - Protocol version
 - agent  IPAddress
 - Agent address
 - community  OctetString
 - Community name
 - enterprise  ObjectIdentifier
 - Enterprise
 - generic  GenericCode
 - Generic
 - specific  Int32
 - Specific
 - time  UInt32
 - Time
 - variables  IListVariable
 - Variables
 
See Also