10Duke Scale C++ Client
|
#include <LicenseConsumerClientBindingStatus.h>
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::LicenseConsumptionClientBinding > | clientBindings |
Licenses that are currently known to be associated with a license consuming user using a specific application on a specific device. | |
|
inlineexplicit |
Constructs new instance.
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.