| 
            
              SnmpSendTrap(UInt32, String) Method
             | 
          
        
        
            Sends a string based SNMP version 3 trap.
            
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic static void SendTrap(
	uint[] oid,
	string value
)
Public Shared Sub SendTrap ( 
	oid As UInteger(),
	value As String
)
public:
static void SendTrap(
	array<unsigned int>^ oid, 
	String^ value
)
static member SendTrap : 
        oid : uint32[] * 
        value : string -> unit GSF.Net.Snmp.Snmp.SendTrap = function(oid, value);
 View SourceParameters
- oid  UInt32
 - Target OID.
 - value  String
 - Notification value.
 
See Also