|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ionetrics.lib.annotatorcomm.FirmwareVersion
public class FirmwareVersion
FirmwareVersion
represents the firmware of a particular microchip. Versions are represented by four
ordered integers named major, minor, micro, and nano respectively.
Constructor Summary | |
---|---|
FirmwareVersion(int iMajor,
int iMinor,
int iMicro,
int iNano)
Construct a FirmwareVersion . |
Method Summary | |
---|---|
int |
getMajor()
Get the version major number. |
int |
getMicro()
Get the version micro number. |
int |
getMinor()
Get the version minor number. |
int |
getNano()
Get the version nano number. |
java.lang.String |
toString()
Get the human readable form of the version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FirmwareVersion(int iMajor, int iMinor, int iMicro, int iNano)
FirmwareVersion
.
iMajor
- version majoriMinor
- version minoriMicro
- version microiNano
- version nanoMethod Detail |
---|
public int getMajor()
public int getMinor()
public int getMicro()
public int getNano()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |