Introduction
The VergeLinkSDK
is a class equipped with a variety of utility functions for diverse operations, including subscribing to and publishing events.
In the editor environment, an instance of this class is globally accessible and is referred to as VL
.
Here are some of the most used methods of the VergeLinkSDK Class
Function Name | Description |
---|---|
subscribeMeasurements | User-defined method to subscribe to measurement updates. |
subscribeEvent | User-defined method to subscribe to event updates. |
subscribeFile | User-defined method to subscribe to file updates. |
publishMeasurements | Publishes an array of measurements to the Vergelink DataBus. |
publishFile | Publishes a file to the Vergelink DataBus. |
publishEvent | Publishes an event to the Vergelink DataBus. |
filter | Filters a message based on provided filter options. |
reportDataPointMetadata | Reports metadata for data points. |