NurApiCustomCmd(Int32, Byte, UInt32, Byte, UInt32) 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 int CustomCmd(
int cmd,
byte[] inbuffer,
uint inbufferLen,
ref byte[] outbuffer,
ref uint bytesRet
)
- cmd Int32
- Command that the module's comman handler processes.
- inbuffer Byte
- Parameters for this command.
- inbufferLen UInt32
- Length, in bytes, of the parameters.
- outbuffer Byte
- Pointer to the response buffer.
- bytesRet UInt32
- Maximum output buffer length.
Int32Return the native API error code.
Contact Nordic ID support for the NUR API protocol documentation if needed.