|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Pcn1001CountInfoService
Defines PCN-1001 IN/OUT Count info service.
| Field Summary | |
|---|---|
static String |
SERVICE_NAME
name of this service |
| Method Summary | |
|---|---|
long |
getCommunicationErrors()
Reports the number of communication errors. |
int |
getDiagnosticStatus()
Reports the diagnostic status. |
int |
getInCount()
Reports current value of IN counter. |
int |
getOutCount()
Reports current value of OUT counter. |
long |
getReplyErrors()
Reports the number of reply errors. |
int |
getSnpAddress()
Reports SNP address assigned to the counter. |
boolean |
isAutoLedEnabled()
Reports if 'autoled' functionality is enabled. |
boolean |
isCountingEnabled()
Reports if counting is enabled. |
boolean |
isDiagnosticsEnabled()
Reports if diagnostics is enabled. |
boolean |
isSnpDisabled()
Reports the status of SNP communication |
void |
setInCount(int inCount)
Sets IN count. |
void |
setOutCount(int outCount)
Sets OUT count. |
| Field Detail |
|---|
static final String SERVICE_NAME
| Method Detail |
|---|
int getSnpAddress()
intint getInCount()
intvoid setInCount(int inCount)
inCount - - IN count as intint getOutCount()
intvoid setOutCount(int outCount)
outCount - - OUT count as intboolean isCountingEnabled()
booleanboolean isAutoLedEnabled()
booleanlong getReplyErrors()
longlong getCommunicationErrors()
longboolean isSnpDisabled()
booleanboolean isDiagnosticsEnabled()
booleanint getDiagnosticStatus()
int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||