Bespoke Open Sound Control Library
RegisterMethod Method (method)
NamespacesBespoke.Common.OscOscServerRegisterMethod(String)
Register an OSC method.
Declaration Syntax
C#Visual BasicVisual C++
public void RegisterMethod(
	string method
)
Public Sub RegisterMethod ( _
	method As String _
)
public:
void RegisterMethod(
	String^ method
)
Parameters
method (String)
The OSC address pattern to register.

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)