9#include <CoreFoundation/CoreFoundation.h>
UInt32 GetClientID() const
Client identifier. Allows for differentiating multiple clients in the same process.
Client(const ClientInfo &clientInfo)
Construct client from ClientInfo.
std::string GetBundleID() const
Client bundle. Bundle ID of the main bundle of the process that contains the client.
pid_t GetProcessID() const
Client PID. The pid_t of the process that contains the client.
bool GetIsNativeEndian() const
Client endianness. Indicating whether or not the client has the same endianness as the server.
Information about client.
UInt32 ClientID
Client identifier. Allows for differentiating multiple clients in the same process.
pid_t ProcessID
Client PID. The pid_t of the process that contains the client.
bool IsNativeEndian
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.