opaque constant

VarbindType const opaque

Used to specify octets of binary information.

SMIv2 specifies a limit of 65535 octets while there is no limit in SMIv1. A size may be specified which can be fixed, varying, or multiple ranges.

A value of this type must be an encapsulation of ASN.1 BER encoded value.

Implementation

static const opaque = VarbindType.fromInt(OPAQUE);