C# Class osc.net.MessageDispatch

显示文件 Open project: daniel-bytes/osc.net

Public Methods

Method Description
Dispatch ( Message message ) : void
RegisterMethod ( string oscMethod, Action callback ) : void
UnregisterCallback ( Action callback ) : void
UnregisterCallback ( string oscMethod, Action callback ) : void
UnregisterMethod ( string oscMethod ) : void

Method Details

Dispatch() public method

public Dispatch ( Message message ) : void
message Message
return void

RegisterMethod() public method

public RegisterMethod ( string oscMethod, Action callback ) : void
oscMethod string
callback Action
return void

UnregisterCallback() public method

public UnregisterCallback ( Action callback ) : void
callback Action
return void

UnregisterCallback() public method

public UnregisterCallback ( string oscMethod, Action callback ) : void
oscMethod string
callback Action
return void

UnregisterMethod() public method

public UnregisterMethod ( string oscMethod ) : void
oscMethod string
return void