Skip to main content
Member of ML.SDK.OSC
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

ParameterTypeDescription
addressstringAddress to bind.
handlerAction<[Object](https://learn.microsoft.com/en-us/dotnet/api/system.object?view=netframework-4.5)[]>Handler to be executed when OSC message received.

Returns

bool

True if the operation was successful

Summary

Binds an address to a provided handler. Returns true if the operation was successful.