RequestTagOption constructor

RequestTagOption(
  1. Uint8Buffer value
)

Implementation

RequestTagOption(final Uint8Buffer value)
    : super(OptionType.requestTag, value);