NurApiCustomCmd(Int32, Byte) Method
Executes NUR API protocol formatted command exchange with the connected reader.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public byte[] CustomCmd(
int cmd,
byte[] inbuffer
)
- cmd Int32
- Command that the module's comman handler processes.
- inbuffer Byte
- Parameters for this command.
ByteReturns data "as is" from the reader.
Contact Nordic ID support for the NUR API protocol documentation if needed.