Waypoint Category datatypes

class pygarmin.datatype.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 pygarmin.datatype.D120(name=b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')

Bases: WptCat