Send SNMP version 3 Trap notification
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void SendV3Trap( SnmpV3Packet packet, IpAddress peer, int port ) |
| Visual Basic |
|---|
Public Sub SendV3Trap ( _ packet As SnmpV3Packet, _ peer As IpAddress, _ port As Integer _ ) |
| Visual C++ |
|---|
public: void SendV3Trap( SnmpV3Packet^ packet, IpAddress^ peer, int port ) |
Parameters
- packet
- Type: SnmpSharpNet..::..SnmpV3Packet
SNMP v3 Trap packet class
- peer
- Type: SnmpSharpNet..::..IpAddress
Manager (receiver) IP address
- port
- Type: System..::..Int32
Manager (receiver) UDP port number