remove abstract method

bool remove(
  1. CoapIResource child
)

Removes the the specified child. Returns true if the child was found, otherwise false

Implementation

bool remove(final CoapIResource child);