public class TtbinHeader extends Object
Modifier and Type | Field and Description |
---|---|
int |
fileVersion |
int[] |
firmwareVersion |
String |
gpsFirmwareVersion |
static int |
HEADERLENGTH |
static int |
LENGTHITEMLENGTH |
int |
localTimeOffset |
int |
productId |
int |
recordLengthCount |
ArrayList<TtbinRecordLength> |
recordLengths |
int |
reserved |
String |
softwareVersion |
int |
startTime |
int |
tag |
int |
watchTime |
Constructor and Description |
---|
TtbinHeader() |
Modifier and Type | Method and Description |
---|---|
int |
getLength(int tag)
This method returns the record length of a record identified by the tag
|
public static final int HEADERLENGTH
public static final int LENGTHITEMLENGTH
public int tag
public int fileVersion
public int[] firmwareVersion
public int productId
public int startTime
public String softwareVersion
public String gpsFirmwareVersion
public int watchTime
public int localTimeOffset
public int reserved
public int recordLengthCount
public ArrayList<TtbinRecordLength> recordLengths
Copyright © 2020. All rights reserved.