Reference |
SnmpClientPortInstance Class |
|
Provides a base class for ports that consume SNMP data: defines the Cobranet Audio Input and Cobranet Audio Output port types.
Namespace: Stardraw.Snmp
Assembly: Stardraw.Snmp.dll
System.Object
Stardraw.Project.PortInstance
Stardraw.Snmp.SnmpClientPortInstance
public class SnmpClientPortInstance : PortInstance, IOpenableDevice
Name |
Description |
BeginGetSnmp |
Begins an asynchronous Get SNMP request. The requested OID value is returned from the SNMP Agent in the OnSnmpIn method. |
OnSnmpIn |
Called asynchronously in response to BeginGetSnmp. |
SetSnmpInteger |
Makes a Set SNMP request for the specified integer OID. |