handleConnected method

void handleConnected()

Tell the engine the transport is up. Queues the registration burst.

Implementation

void handleConnected() {
  _alive();
  _bindings.handleConnected(_handle);
}