NurApiAccImagerCmd Method

Send configuring command to Imager

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public byte[] AccImagerCmd(
	NurApiImagerType imager,
	string cmd
)

Parameters

imager  NurApiImagerType
Type of imager NurApiImagerType
cmd  String
Configuration string

Return Value

Byte
byte 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)

See Also