class documentation

class LocationInformationType(ACMEIntEnum):

View In Hierarchy

Location Information Type.

Class Variable Geofence_event Geofence event.
Class Variable Position_fix Position fix.

Inherited from ACMEIntEnum:

Class Method has Check whether the enum type has an entry with either the given int value or string name.
Class Method to Return an enum value by its name.
Method __int__ Get the integer value of an enum.
Method __repr__ Stringify an enum.
Method __str__ Stringify an enum.
Geofence_event: int =

Geofence event.

Position_fix: int =

Position fix.