RecordType Enumeration
Enumeration that defines type of record as per header definition.
Namespace: Gemstone.PQDIF.PhysicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.169 -- Release Build+c878bdd28ef3f505c9ae52ddef825010f6ae7dff
Public Enumeration RecordType
public enum class RecordType
Gemstone.PQDIF.Physical.RecordType = function();
Gemstone.PQDIF.Physical.RecordType.createEnum('Gemstone.PQDIF.Physical.RecordType', false);
| Container | 0 |
Represents a record level tag which identifies the container record.
Always the first one in the file, and only one per file.
|
| DataSource | 1 |
Represents a record level tag which identifies the data source record.
Instrument level information.
|
| MonitorSettings | 2 |
Represents an optional record level tag which identifies configuration parameters.
Used to capture configuration changes on the data source.
|
| Observation | 3 |
Represents a record-level tag which identifies an observation.
Used to capture an event, measurements etc.
|
| Blank | 4 |
Represents a record-level tag which identifies a blank record.
|
| Unknown | 5 |
Represents a record-level tag which is unknown to this library.
|