NurApiAccImagerCmd Method
Send configuring command to Imager
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public byte[] AccImagerCmd(
NurApiImagerType imager,
string cmd
)
- imager NurApiImagerType
- Type of imager NurApiImagerType
- cmd String
- Configuration string
Bytebyte array of response depending on command code(s) sent to imager. null if command string not valid. First byte of array contains ACK (0x6 success) or NAK (0x15 fail)