NurApiCustomExchangeSingulated(UInt32, Boolean, Byte, UInt32, Int32, Byte, NurApiCustomExchangeParams) Method

Exchange a custom bit stream with a 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 CustomExchangeSingulated(
	uint passwd,
	bool secured,
	byte sBank,
	uint sAddress,
	int sMaskBitLength,
	byte[] sMask,
	NurApiCustomExchangeParams cxcParams
)

Parameters

passwd  UInt32
Password for secured operations.
secured  Boolean
TRUE if operation is secured, otherwise FALSE.
sBank  Byte
Memory bank used for tag singulation. 1=BANK_EPC 2=BANK_TID 3=BANK_USER
sAddress  UInt32
Singulation data address in bits.
sMaskBitLength  Int32
Length of the mask data in bits.
sMask  Byte
Mask data buffer.
cxcParams  NurApiCustomExchangeParams
Custom bit stream control structure.NurApiCustomExchangeParams

Return Value

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

See Also