NurApiCustomExchange(UInt32, Boolean, NurApiCustomExchangeParams) Method

Exchange a custom bit stream without any singulation 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 CustomExchange(
	uint passwd,
	bool secured,
	NurApiCustomExchangeParams cxcParams
)

Parameters

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

Return Value

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

See Also