Classes Files

Wombat::MamaIoCallback

Callback interface invoked by the MamIo handler.

Public Functions

  Name
void onIo(MamaIo io, mamaIoType ioType)
Callback invoked by the MamaIo handler

Public Functions Documentation

function onIo

void onIo(
    MamaIo io,
    mamaIoType ioType
)

Callback invoked by the MamaIo handler

Parameters:

  • io The mamaIo handle
  • ioType The mamaIoType for the event.

Updated on 2023-03-31 at 15:29:32 +0100