stopListening method

void stopListening()

Stop the listening process of incoming connections.

Implementation

void stopListening() {
  _datalinkManager.stopListening();
}