IConnection.ReadDataHandler

Callback setter for when new data is read.

interface IConnection
alias ReadDataHandler = void delegate(Data data)

Meta