Table of Contents

Method ConvertSubscribeResponseIntoGnmiResponseValues

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

ConvertSubscribeResponseIntoGnmiResponseValues(SubscribeResponse)

Converts a gNMI Gnmi.SubscribeResponse into a format that gets forwarded to the consumer.

public static List<GnmiResponseValue> ConvertSubscribeResponseIntoGnmiResponseValues(SubscribeResponse subscribeResponse)

Parameters

subscribeResponse SubscribeResponse

The gNMI subscribe response that needs to be converted.

Returns

List<GnmiResponseValue>

A list of gNMI responses in a specific format that gets forwarded to a consumer.