-
Notifications
You must be signed in to change notification settings - Fork 3
Privileges Protocol
Michał Kapała edited this page Jul 24, 2025
·
1 revision
| Method ID | Method Name |
|---|---|
| 1 | GetPrivileges |
| 2 | ActivateKey |
| 3 | ActivateKeyWithExpectedPrivileges |
| 4 | GetPrivilegeRemainDuration |
| 5 | GetExpiredPrivileges |
| 6 | GetPrivilegesEx |
| Type | Name |
|---|---|
| string | localeCode |
| Type | Name |
|---|---|
| std_map<uint32,Privilege> | privileges |
| Type | Name |
|---|---|
| string | uniqueKey |
| string | languageCode |
| Type | Name |
|---|---|
| PrivilegeGroup | privilege |
| Type | Name |
|---|---|
| string | uniqueKey |
| string | languageCode |
| qlist | expectedPrivilegeIDs |
| Type | Name |
|---|---|
| PrivilegeGroup | privilege |
| Type | Name |
|---|---|
| uint32 | privilegeID |
| Type | Name |
|---|---|
| int32 | seconds |
This method does not take any parameters.
| Type | Name |
|---|---|
| qlist | expiredPrivileges |
| Type | Name |
|---|---|
| string | localeCode |
| Type | Name |
|---|---|
| qlist | privilegesEx |
Privilege (Structure)
| Type | Name |
|---|---|
| uint32 | m_ID |
| string | m_description |
PrivilegeEx (Structure)
| Type | Name |
|---|---|
| uint32 | m_ID |
| string | m_description |
| int32 | m_duration |
PrivilegeGroup (Structure)
| Type | Name |
|---|---|
| string | m_description |
| qlist | m_privileges |