You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
}
|