CotType enum value for an unknown / unmapped CoT type (CotType_Other).
When typeToEnum returns this, the caller carries the full original
type string in the packet's cotTypeStr (field 23) so the type round-trips
losslessly even on receivers whose enum doesn't know the value.
CotTypeenum value for an unknown / unmapped CoT type (CotType_Other).When typeToEnum returns this, the caller carries the full original type string in the packet's
cotTypeStr(field 23) so the type round-trips losslessly even on receivers whose enum doesn't know the value.