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
InvalidUsageException
OperationFailureException
public void setLLRPConnectionConfig(LLRPConnectionConfig llrpConnectionConfig) throws InvalidUsageException, OperationFailureException
llrpConnectionConfig
- InvalidUsageException
OperationFailureException
public void initiateFromReader() throws InvalidUsageException, OperationFailureException
public void disconnectFromReader() throws InvalidUsageException, OperationFailureException