![]() |
LicenseSpring C++ SDK
Easily add Software Licensing to your application
|
C-interface struct mirroring LicenseSpring::HardwareKeyOptions. More...
#include <LicenseSpring/C-interface/ExtendedOptions.h>
Public Attributes | |
void * | inner |
void(* | setTargetSerial )(struct LSHardwareKeyOptions *self, const char *serial) |
Sets the target YubiKey serial number. More... | |
const char *(* | getTargetSerial )(struct LSHardwareKeyOptions *self) |
Gets the target YubiKey serial number. Pointer is valid until next call or destruction. More... | |
void(* | setPin )(struct LSHardwareKeyOptions *self, const char *pin) |
Sets the PIN for the YubiKey. More... | |
const char *(* | getPin )(struct LSHardwareKeyOptions *self) |
Gets the PIN for the YubiKey. Pointer is valid until next call or destruction. More... | |
C-interface struct mirroring LicenseSpring::HardwareKeyOptions.
Definition at line 55 of file ExtendedOptions.h.
void* LSHardwareKeyOptions::inner |
Definition at line 57 of file ExtendedOptions.h.
void(* LSHardwareKeyOptions::setTargetSerial) (struct LSHardwareKeyOptions *self, const char *serial) |
Sets the target YubiKey serial number.
Definition at line 60 of file ExtendedOptions.h.
const char *(* LSHardwareKeyOptions::getTargetSerial) (struct LSHardwareKeyOptions *self) |
Gets the target YubiKey serial number. Pointer is valid until next call or destruction.
Definition at line 63 of file ExtendedOptions.h.
void(* LSHardwareKeyOptions::setPin) (struct LSHardwareKeyOptions *self, const char *pin) |
Sets the PIN for the YubiKey.
Definition at line 66 of file ExtendedOptions.h.
const char *(* LSHardwareKeyOptions::getPin) (struct LSHardwareKeyOptions *self) |
Gets the PIN for the YubiKey. Pointer is valid until next call or destruction.
Definition at line 69 of file ExtendedOptions.h.