Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OpenConfigDeviceHandler = sdk.DeviceHandler{
Name: "openconfig",
Read: ocDeviceRead,
}
OpenConfigDeviceHandler is the device handler for all devices found by the OpenConfig Plugin using gRPC.
A single device handler may be used because each device has its readings pre-packaged and associated with it elsewhere during the process of receiving and parsing the telemetry data.
All devices are built at runtime, so there should never be a need to reference this handler directly in a device configuration. Each device that gets handled should have its associated reading data specified in its Data field.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.