package common type KeepAliveChallenge struct { Value1 uint16 Value2 uint16 Value3 uint32 } type KeepAliveResponse struct { GPSLatitude int32 GPSLongitude int32 Value3 uint16 Value4 uint16 Accuracy uint32 GPSTime uint32 }