Function Protocol.dataReceived

Called when some data is received.

Prototype

abstract void dataReceived(
  const(void)[] data
);

Parameters

NameDescription
data is a non-empty array containing the incoming data.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0