Command type for SNMP packet.
| Member | Description |
|---|---|
| Trap |
Received trap command. Integer value=1.
If not using .NET Framework, use constant GX_SNMP_COMMAND_TRAP. |
| Response |
Default reply command. Integer value=0xA2.
If not using .NET Framework, use constant GX_SNMP_COMMAND_RESPONSE. |
| Bulk |
Queries specified number of next MIB variables from the device. Integer value=0xA5.
If not using .NET Framework, use constant GX_SNMP_COMMAND_BULK. |
| Inform |
Sends a Trap message to another client. Integer value=0xA6.
If not using .NET Framework, use constant GX_SNMP_COMMAND_INFORM. |
| GetNext |
Queries the next MIB variable from the device. Integer value=0xA1.
If not using .NET Framework, use constant GX_SNMP_COMMAND_GET_NEXT. |
| None |
Default value, cannot be used. Integer value=0.
If not using .NET Framework, use constant GX_SNMP_COMMAND_NONE. |
| Get |
Queries a MIB variable from the device. Integer value=0xA0.
If not using .NET Framework, use constant GX_SNMP_COMMAND_GET. |
| Set |
Sets the value of a MIB variable to the device. Integer value=0xA3.
If not using .NET Framework, use constant GX_SNMP_COMMAND_SET. |
If not using .NET Framework, enumeration is GX_SNMP_COMMAND.
Assembly: Gurux.SNMP (Module: Gurux.SNMP) Version: 5.0.0.1