Varbind class

An SNMP Variable Binding which holds an Oid (Object Identifier), a tag which specifies the data type, and a data value to be read or written

Constructors

Varbind(Oid oid, VarbindType type, dynamic value)
An SNMP Variable Binding which holds an Oid (Object Identifier), a tag which specifies the data type, and a data value to be read or written
Varbind.fromBytes(Uint8List bytes)
Parses a list of bytes into a Varbind object

Properties

asAsn1Sequence → ASN1Sequence
Converts the Varbind to an ASN1Sequence object
no setter
encodedBytes Uint8List
Converts the Varbind to a (transmittable) list of bytes
no setter
hashCode int
The hash code for this object.
no setterinherited
oid Oid
An Object Identifier Oid for which this varbind contains a value
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag int
A number which indicates the type of data contained in this varbind
getter/setter pair
value ↔ dynamic
The data which has been read or is to be written to the Oid on the target device
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited