handleConnected method
Tell the engine the transport is up. Queues the registration burst.
Implementation
void handleConnected() {
_alive();
_bindings.handleConnected(_handle);
}
Tell the engine the transport is up. Queues the registration burst.
void handleConnected() {
_alive();
_bindings.handleConnected(_handle);
}