SignaturePad.sendCommand Method¶
Module: SignaturePad
Definition¶
(C++/dotnet): Issues a command to the device.
public void SendCommand(string cmd, IntPtr arg=default(IntPtr), IntPtr result=default(IntPtr))
Parameters
cmdstringin The command to be sent.argIntPtrin An optional argument for the command.resultIntPtrin An optional pointer to store the command’s result.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesSignaturePad_SendCommand (
ID3_DEVICES_SIGNATURE_PAD hSignaturePad,
const char * cmd,
void * arg,
void * result)
Parameters
hSignaturePadID3_DEVICES_SIGNATURE_PADin Handle to the SignaturePad object.cmdconst char *in The command to be sent.argvoid *in An optional argument for the command.resultvoid *in An optional pointer to store the command’s result.
Returns