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