libASPL
|
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. | |
Information about client.
Definition at line 18 of file Client.hpp.
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.
UInt32 aspl::ClientInfo::ClientID = 0 |
Client identifier. Allows for differentiating multiple clients in the same process.
Definition at line 22 of file Client.hpp.
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.
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.