NurApiCustomWriteTag(UInt32, Byte, UInt32, Byte, UInt32, Boolean, UInt32, Byte, Int32, Int32) Method
Write data to tag without any singulation data using customizable write command and bank parameter.
This function can be used for tags that do not have an EPC.
Note:If there's more than one tag in range, this function will most likely fail due to the RF collision.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void CustomWriteTag(
uint wrCmd,
byte cmdBits,
uint wrBank,
byte bankBits,
uint passwd,
bool secured,
uint wrAddress,
byte[] wrBuffer,
int wrBufferPos,
int wrBufferLen
)
Parameters
- wrCmd UInt32
- Custom write command.
- cmdBits Byte
- Number of bits in the custom write command (1..32).
- wrBank UInt32
- Custom bank parameter.
- bankBits Byte
- Number of bits in the custom bank value (0..32).
- passwd UInt32
- Password for secured operations.
- secured Boolean
- TRUE if operation is secured, otherwise FALSE.
- wrAddress UInt32
- Address for write operation.
- wrBuffer Byte
- Data to write. Must be atleast wrByteCount bytes long.
- wrBufferPos Int32
- Start position
- wrBufferLen Int32
- Number of bytes to write. This must divisible by two.
Reference
CustomWriteSingulatedTag(UInt32, Byte, UInt32, Byte, UInt32, Boolean, Byte, UInt32, Byte, UInt32, Byte) CustomWriteTagByEPC(UInt32, Byte, UInt32, Byte, UInt32, Boolean, Byte, UInt32, Byte, Int32, Int32)