LicenseSpring C++ SDK
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LSHardwareKeySerialList Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ serials

char** LSHardwareKeySerialList::serials

Array of null-terminated C strings (serial numbers).

Definition at line 45 of file ExtendedOptions.h.

◆ count

int LSHardwareKeySerialList::count

Number of strings in the serials array.

Definition at line 47 of file ExtendedOptions.h.


The documentation for this struct was generated from the following file: