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 voiddisconnectFromReader()This function initiates a LLRP disconnection from a readerLLRPConnectionConfiggetLLRPConnectionConfig()LLRP Connection Configuration of the readervoidinitiateFromReader()This function initiates a LLRP connection to a readervoidsetLLRPConnectionConfig(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:
InvalidUsageExceptionOperationFailureException
-
setLLRPConnectionConfig
public void setLLRPConnectionConfig(LLRPConnectionConfig llrpConnectionConfig) throws InvalidUsageException, OperationFailureException
LLRP Connection Configuration of the reader- Parameters:
llrpConnectionConfig-- Throws:
InvalidUsageExceptionOperationFailureException
-
initiateFromReader
public void initiateFromReader() throws InvalidUsageException, OperationFailureExceptionThis function initiates a LLRP connection to a reader
-
disconnectFromReader
public void disconnectFromReader() throws InvalidUsageException, OperationFailureExceptionThis function initiates a LLRP disconnection from a reader
-
-