Property OnRawValueChange
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.DataMapper
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.dll
OnRawValueChange
Gets the method to be executed to convert the raw value into something else before the value is set.
public Func<DataMinerConnectorRawValueArgs, object> OnRawValueChange { get; set; }