|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.eurotech.framework.protocol.pcn.InOutCountEntry
public class InOutCountEntry
Constructor Summary | |
---|---|
InOutCountEntry()
InOutCountEntry constructor |
|
InOutCountEntry(int snpAddress,
int inCount,
int outCount)
InOutCountEntry constructor |
Method Summary | |
---|---|
int |
getInCount()
Reports IN count |
int |
getOutCount()
Reports OUT count |
int |
getSnpAddress()
Reports SNP address |
boolean |
isZero()
|
static boolean |
isZero(InOutCountEntry inOutEntry)
|
static boolean |
isZero(InOutCountEntry[] inOutData)
|
void |
setInCount(int inCount)
Sets IN count |
void |
setOutCount(int outCount)
Sets OUT count |
void |
setSnpAddress(int snpAddress)
Sets SNP address |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InOutCountEntry()
public InOutCountEntry(int snpAddress, int inCount, int outCount)
snpAddress
- - SNP address as int
inCount
- - IN count as int
outCount
- - OUT count as int
Method Detail |
---|
public boolean isZero()
public static boolean isZero(InOutCountEntry inOutEntry)
public static boolean isZero(InOutCountEntry[] inOutData)
public int getSnpAddress()
int
public void setSnpAddress(int snpAddress)
snpAddress
- - SNP address as int
public int getInCount()
int
public void setInCount(int inCount)
inCount
- - IN count as int
public int getOutCount()
int
public void setOutCount(int outCount)
outCount
- - OUT count as int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |