getOptions method

List<CoapOption>? getOptions(
  1. OptionType optionType
)
inherited

Gets all options of the given type.

Implementation

List<CoapOption>? getOptions(final OptionType optionType) =>
    _optionMap[optionType];