DayZ 1.24
Loading...
Searching...
No Matches
BiosPrivacyPermissionResult Class Reference

BiosPrivacyPermissionResult represents the per permission result of the GetPermissionsAsync reqeust. More...

Collaboration diagram for BiosPrivacyPermissionResult:
[legend]

Static Private Member Functions

static bool Compare (BiosPrivacyPermissionResult a, BiosPrivacyPermissionResult b)
 

Private Attributes

EBiosPrivacyPermission m_Permission
 The reqeusted permission.
 
bool m_IsAllowed
 Result.
 

Detailed Description

BiosPrivacyPermissionResult represents the per permission result of the GetPermissionsAsync reqeust.

Definition at line 27 of file BiosPrivacyService.c.

Member Function Documentation

◆ Compare()

static bool BiosPrivacyPermissionResult::Compare ( BiosPrivacyPermissionResult a,
BiosPrivacyPermissionResult b )
inlinestaticprivate

Definition at line 32 of file BiosPrivacyService.c.

33 {
34 return (a.m_Permission == b.m_Permission && a.m_IsAllowed == b.m_IsAllowed);
35 }
EBiosPrivacyPermission m_Permission
The reqeusted permission.

References m_IsAllowed, and m_Permission.

Referenced by OnlineServices::OnPermissionsAsync().

Member Data Documentation

◆ m_IsAllowed

bool BiosPrivacyPermissionResult::m_IsAllowed
private

Result.

Definition at line 30 of file BiosPrivacyService.c.

Referenced by Compare().

◆ m_Permission

EBiosPrivacyPermission BiosPrivacyPermissionResult::m_Permission
private

The reqeusted permission.

Definition at line 29 of file BiosPrivacyService.c.

Referenced by Compare().


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