Enum CustomDataSections
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The Custom Data Section enumeration. Custom data can be made up of three separate messages. This enumeration is used internally to identify which part(s) of the CustomData is being used.
[Flags]
public enum CustomDataSections
- Extension Methods
Fields
A = 1Section A
All = A | B | C | HeaderAll the sections
B = 2Section B
C = 4Section C
Header = 8The header
None = 0No value provided