Closed ben-bradley closed 7 years ago
I'm using encoder() to encode response data and found that there wasn't an encoder for EndOfMibView. I've added it here along with encoders for NoSuchObject and NoSuchInstance.
encoder()
EndOfMibView
NoSuchObject
NoSuchInstance
(LGTM)
I'm using
encoder()
to encode response data and found that there wasn't an encoder forEndOfMibView
. I've added it here along with encoders forNoSuchObject
andNoSuchInstance
.