|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttuwien.auto.calimero.cemi.CEMILDataEx.AddInfo
public static final class CEMILDataEx.AddInfo
Holds an additional info type with corresponding information data.
Constructor Summary | |
---|---|
CEMILDataEx.AddInfo(int infoType,
byte[] info)
Creates new wrapper for additional information. |
Method Summary | |
---|---|
byte[] |
getInfo()
Returns the additional information data wrapped by this type. |
int |
getType()
Returns the type of additional information (see ADDINFO_* constants in class CEMILDataEx). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CEMILDataEx.AddInfo(int infoType, byte[] info)
infoType
- additional information type IDinfo
- information dataMethod Detail |
---|
public byte[] getInfo()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |