Table of Contents

Method ProcessNotification

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

ProcessNotification(Notification, DataValueOriginType, bool, string)

Processes the gNMI notification and adapts the IDataEntity values accordingly.

void ProcessNotification(Notification notification, DataValueOriginType origin, bool isSyncResponse, string subscriptionName)

Parameters

notification Notification

gNMI notification to be processed.

origin DataValueOriginType

Indication of where the data originated from.

isSyncResponse bool

Boolean indicating that the initial transmission of updates has concluded.

subscriptionName string

Name of the subscription under which the notification entered.