Table of Contents

Method SetDataMapper

Namespace
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Api
Assembly
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll

SetDataMapper(IDataMapper)

Sets the data mapper that will process incoming messages. An SLProtocol compatible implementation is available in the Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol Nuget: DataMinerConnectorDataMapper.

public void SetDataMapper(IDataMapper dataMapper)

Parameters

dataMapper IDataMapper

A IDataMapper implementation which will take care of the notifications.

Exceptions

ArgumentNullException

The input argument cannot be null.