Waypoint Category datatypes

class garmin.WptCat

Bases: DataType

is_valid()

Return whether the waypoint category is valid.

A waypoint category is invalid if the name member contains a value with a null byte in the first character.

class garmin.D120(name=b'')

Bases: WptCat