libASPL
Loading...
Searching...
No Matches
aspl::ClientInfo Struct Reference

Information about client. More...

#include <aspl/Client.hpp>

Public Attributes

UInt32 ClientID = 0
 Client identifier. Allows for differentiating multiple clients in the same process.
 
pid_t ProcessID = 0
 Client PID. The pid_t of the process that contains the client.
 
bool IsNativeEndian = false
 Client endianness. Indicating whether or not the client has the same endianness as the server.
 
std::string BundleID = ""
 Client bundle. Bundle ID of the main bundle of the process that contains the client.
 

Detailed Description

Information about client.

Definition at line 18 of file Client.hpp.

Member Data Documentation

◆ BundleID

std::string aspl::ClientInfo::BundleID = ""

Client bundle. Bundle ID of the main bundle of the process that contains the client.

Definition at line 34 of file Client.hpp.

◆ ClientID

UInt32 aspl::ClientInfo::ClientID = 0

Client identifier. Allows for differentiating multiple clients in the same process.

Definition at line 22 of file Client.hpp.

◆ IsNativeEndian

bool aspl::ClientInfo::IsNativeEndian = false

Client endianness. Indicating whether or not the client has the same endianness as the server.

Definition at line 30 of file Client.hpp.

◆ ProcessID

pid_t aspl::ClientInfo::ProcessID = 0

Client PID. The pid_t of the process that contains the client.

Definition at line 26 of file Client.hpp.


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