public class ReadPoint
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
READPOINT_STATUS |
getReadPointStatus(short antennaID)
Gets the Read Point (Antenna) status as enabled or not
This method gets the read point status for the specified antenna ID as enabled or not.
|
void |
setReadPointStatus(short antennaID,
READPOINT_STATUS readpointStatus)
Sets the Read Point (Antenna) status to enable or disable state.
|
public READPOINT_STATUS getReadPointStatus(short antennaID) throws InvalidUsageException, OperationFailureException
antennaID - This must be valid antenna ID. 0 is not valid antenna IDInvalidUsageExceptionOperationFailureException - This exception is thrown when the parameter is invalid or not logged inpublic void setReadPointStatus(short antennaID,
READPOINT_STATUS readpointStatus)
throws InvalidUsageException,
OperationFailureException
antennaID - This must be valid antenna ID. 0 is not valid antenna IDreadpointStatus - Contains the value to enable or disable from enumerationInvalidUsageExceptionOperationFailureException - This exception is thrown when the parameter is invalid or not logged in