public class Gen2v2
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Gen2v2.AuthenticateParams |
class |
Gen2v2.CryptoParams |
class |
Gen2v2.Operation
Constructor.
|
class |
Gen2v2.ReadBufferParams |
class |
Gen2v2.UntraceableParams |
| Constructor and Description |
|---|
Gen2v2() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(Gen2v2.AuthenticateParams authenticateParams,
AccessFilter accessFilter,
AntennaInfo antennaInfo)
This method is used to authenticate.
|
void |
crypto(Gen2v2.CryptoParams cryptoParams,
AccessFilter accessFilter,
AntennaInfo antennaInfo)
This method is used for crypto operations.
|
void |
readBuffer(Gen2v2.ReadBufferParams readBufferParams,
AccessFilter accessFilter,
AntennaInfo antennaInfo)
This method is used to authenticate.
|
void |
untraceable(Gen2v2.UntraceableParams untraceableParams,
AccessFilter accessFilter,
AntennaInfo antennaInfo)
This method is used for untraceable operations.
|
public void authenticate(Gen2v2.AuthenticateParams authenticateParams, AccessFilter accessFilter, AntennaInfo antennaInfo) throws InvalidUsageException, OperationFailureException
authenticateParams - Parameters required for the authenticate operation.antennaInfo - Antennas on which the current operation is to be performed. If this is null,
operation will be performed on all Antennas.InvalidUsageExceptionOperationFailureExceptionpublic void readBuffer(Gen2v2.ReadBufferParams readBufferParams, AccessFilter accessFilter, AntennaInfo antennaInfo) throws InvalidUsageException, OperationFailureException
readBufferParams - Parameters required for the readbuffer operation.antennaInfo - Antennas on which the current operation is to be performed. If this is null,
operation will be performed on all Antennas.InvalidUsageExceptionOperationFailureExceptionpublic void untraceable(Gen2v2.UntraceableParams untraceableParams, AccessFilter accessFilter, AntennaInfo antennaInfo) throws InvalidUsageException, OperationFailureException
untraceableParams - Parameters required for the untraceable operation.antennaInfo - Antennas on which the current operation is to be performed. If this is null,
operation will be performed on all Antennas.InvalidUsageExceptionOperationFailureExceptionpublic void crypto(Gen2v2.CryptoParams cryptoParams, AccessFilter accessFilter, AntennaInfo antennaInfo) throws InvalidUsageException, OperationFailureException
cryptoParams - Parameters required for the crypto operations.antennaInfo - Antennas on which the current operation is to be performed. If this is null,
operation will be performed on all Antennas.InvalidUsageExceptionOperationFailureException