CallbackConnector.write_cb

Callback function invoked when the session wants to send data to the remote peer. This callback is not necessary if the application uses solely Session.memSend to serialize data to transmit.

class CallbackConnector
int delegate(in ubyte[]) write_cb;

Meta