NurApiCustomCmd(Int32, Byte) Method

Executes NUR API protocol formatted command exchange with the connected reader.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public byte[] CustomCmd(
	int cmd,
	byte[] inbuffer
)

Parameters

cmd  Int32
Command that the module's comman handler processes.
inbuffer  Byte
Parameters for this command.

Return Value

Byte
Returns data "as is" from the reader.

Remarks

Contact Nordic ID support for the NUR API protocol documentation if needed.

See Also