Member of ML.SDK.OSC
bool OSC.TryBindAddressPattern(string address, Action
Method
bool OSC.TryBindAddressPattern(string address, Action<[Object](https://learn.microsoft.com/en-us/dotnet/api/system.object?view=netframework-4.5)[]>
handler)
bool OSC.TryBindAddressPattern(string address, Action`<Object[]>` handler);
Parameters
Parameter | Type | Description |
---|---|---|
address | string | Address to bind. |
handler | Action<[Object](https://learn.microsoft.com/en-us/dotnet/api/system.object?view=netframework-4.5)[]> | Handler to be executed when OSC message received. |
Returns
True if the operation was successful
Summary
Binds an address to a provided handler. Returns true if the operation was successful.