NULL top-level constant

int const NULL

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

const NULL = 5;