UGrokItApi.UgiFirmwareUpdateInfo Class Reference

Overview

A UgiFirmwareUpdateInfo object contains information about a single firmware update available via an update channel.

Instance Methods

override string ToString ()
 Get a description of the tag, generally for debugging More...
 

Properties

string Name [get]
 The name of the update More...
 
string HfName [get]
 The name of the HF update More...
 
int Protocol [get]
 The protocol of the update More...
 
string Notes [get]
 Notes for the update More...
 
Ugi.CompatibilityValues CompatibilityValue [get]
 The compatibility of the update More...
 
int SoftwareVersionMajor [get]
 The software version of the update (major) More...
 
int SoftwareVersionMinor [get]
 The software version of the update (minor) More...
 
int SoftwareVersionBuild [get]
 The software version of the update (build) More...
 
DateTime SoftwareVersionDate [get]
 The date of the update More...
 
int HfVersionMajor [get]
 The HF version of the update (major) More...
 
int HfVersionMinor [get]
 The HF version of the update (minor) More...
 
int HfVersionBuild [get]
 The HF version of the update (build) More...
 
DateTime HfVersionDate [get]
 The date of the HF update More...
 

Instance Method Documentation

override string UGrokItApi.UgiFirmwareUpdateInfo.ToString ( )
inline

Get a description of the tag, generally for debugging

Returns
Description

Property Documentation

string UGrokItApi.UgiFirmwareUpdateInfo.Name
get

The name of the update

string UGrokItApi.UgiFirmwareUpdateInfo.HfName
get

The name of the HF update

int UGrokItApi.UgiFirmwareUpdateInfo.Protocol
get

The protocol of the update

string UGrokItApi.UgiFirmwareUpdateInfo.Notes
get

Notes for the update

Ugi.CompatibilityValues UGrokItApi.UgiFirmwareUpdateInfo.CompatibilityValue
get

The compatibility of the update

int UGrokItApi.UgiFirmwareUpdateInfo.SoftwareVersionMajor
get

The software version of the update (major)

int UGrokItApi.UgiFirmwareUpdateInfo.SoftwareVersionMinor
get

The software version of the update (minor)

int UGrokItApi.UgiFirmwareUpdateInfo.SoftwareVersionBuild
get

The software version of the update (build)

DateTime UGrokItApi.UgiFirmwareUpdateInfo.SoftwareVersionDate
get

The date of the update

int UGrokItApi.UgiFirmwareUpdateInfo.HfVersionMajor
get

The HF version of the update (major)

int UGrokItApi.UgiFirmwareUpdateInfo.HfVersionMinor
get

The HF version of the update (minor)

int UGrokItApi.UgiFirmwareUpdateInfo.HfVersionBuild
get

The HF version of the update (build)

DateTime UGrokItApi.UgiFirmwareUpdateInfo.HfVersionDate
get

The date of the HF update