SnmpVersion.fromInt constructor

SnmpVersion.fromInt(
  1. int value
)

Returns the corresponding SnmpVersion matched to a given integer value for encoding/decoding

Implementation

SnmpVersion.fromInt(this.value);