Delegate Addressable.AddressableStateHandler
Delegate AddressableStateHandler
Namespace: Unity.Industrial.Forma.Core.AddressableSources
Syntax
public delegate void AddressableStateHandler(object sender, Addressable.AddressableStatusArgs args);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | sender | The sender. |
| Addressable.AddressableStatusArgs | args | The arguments. |