You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MonitoredItem("ns=27;s=NC.Chan.OperationState,01,ChanState")] public ChannelState ChannelState { get => state; set => SetProperty(ref state, value); }
The underlying data type is int32 and this works just fine until I updated to 3.1.0 and now it no longer works the ChannelState is always 0
The text was updated successfully, but these errors were encountered:
I have this property in my ViewModel
[MonitoredItem("ns=27;s=NC.Chan.OperationState,01,ChanState")]
public ChannelState ChannelState { get => state; set => SetProperty(ref state, value); }
The underlying data type is int32 and this works just fine until I updated to 3.1.0 and now it no longer works the ChannelState is always 0
The text was updated successfully, but these errors were encountered: