public static class

DJIRCGPSData.DJIRCGpsTime

extends Object
java.lang.Object
   ↳ dji.common.remotecontroller.DJIRCGPSData.DJIRCGpsTime

Class Overview

Remote Controller's GPS time.

Summary

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

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

public DJIRCGpsTime ()

public DJIRCGpsTime (byte hour, byte minute, byte second, int year, byte month, byte day)

Public Methods

public String toString ()