Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct {
Creator string `xml:"creator"`
// "YYYY/MM/DD".
CreationDate string `xml:"creation_date"`
// "MM/DD/YYYY HH:MM:SS TZ"
ModifyTime string `xml:"modify_time"`
// "00.00.0000".
FirmwareVersionDependency string `xml:"firmware_version_dependency"`
Title string `xml:"title"`
// Most likely can be anything.
Guid string `xml:"guid"`
// "python" or "scratch".
CodeType string `xml:"code_type"`
// Currently empty.
AppMinVersion string `xml:"app_min_version"`
// Currently empty.
AppMaxVersion string `xml:"app_max_version"`
// Currently not checked, but we know how to compute.
Sign string `xml:"sign"`
}
type Code ¶
Source Files
¶
- attribute.go
- code.go
- dji.go
Click to show internal directories.
Click to hide internal directories.