10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::se::licensing::LicenseConsumerClientBindingStatus Class Reference

#include <LicenseConsumerClientBindingStatus.h>

Detailed Description

Result of queries, which describe client bindings.

(For example describeLicenseClientBindings).

Public Member Functions

 LicenseConsumerClientBindingStatus (const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBinding > &clientBindings)
 Constructs new instance.
 

Public Attributes

const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBindingclientBindings
 Licenses that are currently known to be associated with a license consuming user using a specific application on a specific device.
 

Constructor & Destructor Documentation

◆ LicenseConsumerClientBindingStatus()

tenduke::se::licensing::LicenseConsumerClientBindingStatus::LicenseConsumerClientBindingStatus ( const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBinding > &  clientBindings)
inlineexplicit

Constructs new instance.

Parameters
clientBindings-

Member Data Documentation

◆ clientBindings

const std::vector<::tenduke::se::licensing::LicenseConsumptionClientBinding> tenduke::se::licensing::LicenseConsumerClientBindingStatus::clientBindings

Licenses that are currently known to be associated with a license consuming user using a specific application on a specific device.

Note: this list size is capped according to the maximum size parameter in the request that asked for the data. Existence of more data can be inspected by checking the flag: allClientBindingsIncluded.


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