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