Changed MIB system to use seperate read/write callbacks
SNMP writes are a multi step process, combining the read and write function will result in a very cluttered and error prone block of code.
Loading
Please register or sign in to comment
SNMP writes are a multi step process, combining the read and write function will result in a very cluttered and error prone block of code.