public class LLRPConnection
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
disconnectFromReader()
This function initiates a LLRP disconnection from a reader
|
LLRPConnectionConfig |
getLLRPConnectionConfig()
LLRP Connection Configuration of the reader
|
void |
initiateFromReader()
This function initiates a LLRP connection to a reader
|
void |
setLLRPConnectionConfig(LLRPConnectionConfig llrpConnectionConfig)
LLRP Connection Configuration of the reader
|
public LLRPConnectionConfig getLLRPConnectionConfig() throws InvalidUsageException, OperationFailureException
InvalidUsageExceptionOperationFailureExceptionpublic void setLLRPConnectionConfig(LLRPConnectionConfig llrpConnectionConfig) throws InvalidUsageException, OperationFailureException
llrpConnectionConfig - InvalidUsageExceptionOperationFailureExceptionpublic void initiateFromReader()
throws InvalidUsageException,
OperationFailureException
public void disconnectFromReader()
throws InvalidUsageException,
OperationFailureException