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 = 1
Section A
All = A | B | C | Header
All the sections
B = 2
Section B
C = 4
Section C
Header = 8
The header
None = 0
No value provided