java.lang.Object | |
↳ | dji.common.remotecontroller.DJIRCGPSData.DJIRCGpsTime |
Remote Controller's GPS time.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public byte | day | the day of the GPS Time | |||||||||
public byte | hour | the hour of the GPS Time | |||||||||
public byte | minute | the minute of the GPS Time | |||||||||
public byte | month | the month of the GPS Time | |||||||||
public byte | second | the second of the GPS Time | |||||||||
public int | year | the year of the GPS Time |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIRCGpsTime() | |||||||||||
DJIRCGpsTime(byte hour, byte minute, byte second, int year, byte month, byte day) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
the day of the GPS Time
the hour of the GPS Time
the minute of the GPS Time
the month of the GPS Time
the second of the GPS Time
the year of the GPS Time