NurApiCustomExchangeByEPC(UInt32, Boolean, Byte, NurApiCustomExchangeParams) Method

Exchange a custom bit stream with an EPC singulated tag using the custom bit stream control structure.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiCustomExchangeResponse CustomExchangeByEPC(
	uint passwd,
	bool secured,
	byte[] epc,
	NurApiCustomExchangeParams cxcParams
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
epc  Byte
EPC data for sungulation.
cxcParams  NurApiCustomExchangeParams
Custom bit stream control structure.NurApiCustomExchangeParams

Return Value

NurApiCustomExchangeResponse
Custom exchange reponse structure along with error and tag response.NurApiCustomExchangeResponse

See Also