ProtocolType Enumeration
Protocol type enumeration for adapter protocols.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.175 -- Release Build+6d9fa6c3f1ee5404e2291e24588a1610a2481c36
Public Enumeration ProtocolType
public enum class ProtocolType
Gemstone.Timeseries.Adapters.ProtocolType = function();
Gemstone.Timeseries.Adapters.ProtocolType.createEnum('Gemstone.Timeseries.Adapters.ProtocolType', false);
| Frame | 0 |
Indicates a frame-based protocol.
|
| Measurement | 1 |
Indicates a measurement-based protocol.
|