Classes Files

Wombat::MamaSourceGroup::Cookie

Inherits from Wombat.MamaSourceGroup.StateChangedRegistration

Public Functions

  Name
  Cookie(MamaSourceGroup mGroup, MamaSourceStateChangeCallback mCallback, IntPtr registrationHandle, IntPtr mKey)
void unregister()

Public Properties

  Name
MamaSourceGroup SourceGroup
MamaSourceStateChangeCallback SourceStateChangeCallback
int Key

Public Functions Documentation

Cookie(
    MamaSourceGroup mGroup,
    MamaSourceStateChangeCallback mCallback,
    IntPtr registrationHandle,
    IntPtr mKey
)

function unregister

void unregister()

Public Property Documentation

property SourceGroup

MamaSourceGroup SourceGroup;

property SourceStateChangeCallback

MamaSourceStateChangeCallback SourceStateChangeCallback;

property Key

int Key;

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