.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.MinimumSamplingIntervals Class Reference

Constants defined for the MinimumSamplingInterval attribute. More...

Public Attributes

const double Indeterminate = -1
 The server does not know how fast the value can be sampled. More...
 
const double Continuous = 0
 TThe server can sample the variable continuously. More...
 

Detailed Description

Constants defined for the MinimumSamplingInterval attribute.

Member Data Documentation

const double UnifiedAutomation.UaBase.MinimumSamplingIntervals.Continuous = 0

TThe server can sample the variable continuously.

const double UnifiedAutomation.UaBase.MinimumSamplingIntervals.Indeterminate = -1

The server does not know how fast the value can be sampled.


The documentation for this class was generated from the following file: