nullValue constant

VarbindType const nullValue

Typically used as a placeholder when the value is not known.

For example, when performing a GET request where you need to provide a varbind type but do not have any value to send since you are intending to retrieve a value instead.

Implementation

static const nullValue = VarbindType.fromInt(NULL);