copyEventHandler method

void copyEventHandler(
  1. CoapMessage msg
)
inherited

Copy an event handler

Implementation

void copyEventHandler(final CoapMessage msg) {
  acknowledgedHook = msg.acknowledgedHook;
  retransmittingHook = msg.retransmittingHook;
  timedOutHook = msg.timedOutHook;
}