EchoOption constructor

EchoOption(
  1. Uint8Buffer value
)

Implementation

EchoOption(final Uint8Buffer value) : super(OptionType.echo, value);