ProtocolType Enumeration
Protocol type enumeration for adapter protocols.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.152 -- Release Build+b2d9dfdf9f88883db99a75176343ddd4e07a1f25
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.
|