![]() |
LicenseSpring C++ SDK
Easily add Software Licensing to your application
|
Structure to hold a list of strings (serial numbers). More...
#include <LicenseSpring/C-interface/ExtendedOptions.h>
Public Attributes | |
char ** | serials |
Array of null-terminated C strings (serial numbers). | |
int | count |
Number of strings in the serials array. | |
Structure to hold a list of strings (serial numbers).
Returned by ListAvailableHardwareKeys. Must be freed using FreeLSSerialList.
Definition at line 42 of file ExtendedOptions.h.
char** LSHardwareKeySerialList::serials |
Array of null-terminated C strings (serial numbers).
Definition at line 45 of file ExtendedOptions.h.
int LSHardwareKeySerialList::count |
Number of strings in the serials array.
Definition at line 47 of file ExtendedOptions.h.