SNMPAgent.registerScalar

Register a read-only scalar OID. net-snmp copies the OID internally.

struct SNMPAgent
@trusted @nogc nothrow
bool
registerScalar
(
const(char)* name
,
Netsnmp_Node_Handler* fn
,
scope const OID o
)

Meta