Package RFIDReader
Class ErrorList
java.lang.Object
RFIDReader.ErrorList
public class ErrorList
extends java.lang.Object
- 
Field Summary
Fields Modifier and Type Field Description Error[]errorsintMaxErrorCountintnumberOfErrors - 
Constructor Summary
Constructors Constructor Description ErrorList(int numberOfErrors) - 
Method Summary
 
- 
Field Details
- 
numberOfErrors
public int numberOfErrors - 
MaxErrorCount
public final int MaxErrorCount- See Also:
 - Constant Field Values
 
 - 
errors
 
 - 
 - 
Constructor Details
- 
ErrorList
public ErrorList(int numberOfErrors) 
 -