Package com.zebra.rfid.api3
Class LLRPConnection
- java.lang.Object
-
- com.zebra.rfid.api3.LLRPConnection
-
public class LLRPConnection extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disconnectFromReader()
This function initiates a LLRP disconnection from a readerLLRPConnectionConfig
getLLRPConnectionConfig()
LLRP Connection Configuration of the readervoid
initiateFromReader()
This function initiates a LLRP connection to a readervoid
setLLRPConnectionConfig(LLRPConnectionConfig llrpConnectionConfig)
LLRP Connection Configuration of the reader
-
-
-
Method Detail
-
getLLRPConnectionConfig
public LLRPConnectionConfig getLLRPConnectionConfig() throws InvalidUsageException, OperationFailureException
LLRP Connection Configuration of the reader- Returns:
- Throws:
InvalidUsageException
OperationFailureException
-
setLLRPConnectionConfig
public void setLLRPConnectionConfig(LLRPConnectionConfig llrpConnectionConfig) throws InvalidUsageException, OperationFailureException
LLRP Connection Configuration of the reader- Parameters:
llrpConnectionConfig
-- Throws:
InvalidUsageException
OperationFailureException
-
initiateFromReader
public void initiateFromReader() throws InvalidUsageException, OperationFailureException
This function initiates a LLRP connection to a reader
-
disconnectFromReader
public void disconnectFromReader() throws InvalidUsageException, OperationFailureException
This function initiates a LLRP disconnection from a reader
-
-