noSuchObject constant

VarbindType const noSuchObject

NoSuchObject is returned by the agent in response to a request when the requested object does not exist in its MIB. (SNMP v2)

This value is returned as a with data of length 0

Implementation

static const noSuchObject = VarbindType.fromInt(NO_SUCH_OBJECT);