|
||||||||||
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()
int
int getInCount()
int
void setInCount(int inCount)
inCount
- - IN count as int
int getOutCount()
int
void setOutCount(int outCount)
outCount
- - OUT count as int
boolean isCountingEnabled()
boolean
boolean isAutoLedEnabled()
boolean
long getReplyErrors()
long
long getCommunicationErrors()
long
boolean isSnpDisabled()
boolean
boolean isDiagnosticsEnabled()
boolean
int getDiagnosticStatus()
int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |