Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Function returns true if one more signature device is attached and its PadSettings string is copied to theĀ NextPad variable. Return value is false if there is no more attached signature devices.

Sample

Code Block
languagec#
themeConfluenceEclipse
titleC#
linenumberstrue
string nextPad;
SigDev.EnumeratePadsNext(out nextPad);

...