XPC objects
Encapsulate data in objects that represent primitive types, collections, and more.
Topics
Objects
Identity
Comparison
Copying
Boolean objects
Data objects
xpc_data_create(_:_:)xpc_data_create_with_dispatch_data(_:)xpc_data_get_bytes(_:_:_:_:)xpc_data_get_bytes_ptr(_:)xpc_data_get_length(_:)
Number objects
xpc_double_create(_:)xpc_double_get_value(_:)xpc_int64_create(_:)xpc_int64_get_value(_:)xpc_uint64_create(_:)xpc_uint64_get_value(_:)
Array objects
XPCArrayxpc_array_create(_:_:)xpc_array_create_empty()xpc_array_create_connection(_:_:)xpc_array_set_value(_:_:_:)xpc_array_get_value(_:_:)xpc_array_append_value(_:_:)xpc_array_get_count(_:)xpc_array_apply(_:_:)xpc_array_dup_fd(_:_:)xpc_array_get_array(_:_:)xpc_array_get_bool(_:_:)xpc_array_get_data(_:_:_:)xpc_array_get_date(_:_:)xpc_array_get_dictionary(_:_:)xpc_array_get_double(_:_:)xpc_array_get_int64(_:_:)xpc_array_get_string(_:_:)xpc_array_get_uint64(_:_:)xpc_array_get_uuid(_:_:)xpc_array_set_bool(_:_:_:)xpc_array_set_connection(_:_:_:)xpc_array_set_data(_:_:_:_:)xpc_array_set_date(_:_:_:)xpc_array_set_double(_:_:_:)xpc_array_set_fd(_:_:_:)xpc_array_set_int64(_:_:_:)xpc_array_set_string(_:_:_:)xpc_array_set_uint64(_:_:_:)xpc_array_set_uuid(_:_:_:)xpc_array_applier_tXPC_ARRAY_APPEND
Dictionary objects
XPCDictionaryxpc_dictionary_create(_:_:_:)xpc_dictionary_create_empty()xpc_dictionary_create_connection(_:_:)xpc_dictionary_create_reply(_:)xpc_dictionary_set_value(_:_:_:)xpc_dictionary_get_count(_:)xpc_dictionary_get_value(_:_:)xpc_dictionary_apply(_:_:)xpc_dictionary_dup_fd(_:_:)xpc_dictionary_get_array(_:_:)xpc_dictionary_get_bool(_:_:)xpc_dictionary_get_data(_:_:_:)xpc_dictionary_get_date(_:_:)xpc_dictionary_get_dictionary(_:_:)xpc_dictionary_get_double(_:_:)xpc_dictionary_get_int64(_:_:)xpc_dictionary_get_remote_connection(_:)xpc_dictionary_get_string(_:_:)xpc_dictionary_get_uint64(_:_:)xpc_dictionary_get_uuid(_:_:)xpc_dictionary_set_bool(_:_:_:)xpc_dictionary_set_connection(_:_:_:)xpc_dictionary_set_data(_:_:_:_:)xpc_dictionary_set_date(_:_:_:)xpc_dictionary_set_double(_:_:_:)xpc_dictionary_set_fd(_:_:_:)xpc_dictionary_set_int64(_:_:_:)xpc_dictionary_set_string(_:_:_:)xpc_dictionary_set_uint64(_:_:_:)xpc_dictionary_set_uuid(_:_:_:)xpc_dictionary_applier_txpc_dictionary_copy_mach_send(_:_:)xpc_dictionary_set_mach_send(_:_:_:)
String objects
xpc_string_create(_:)xpc_string_create_with_format_and_arguments(_:_:)xpc_string_get_length(_:)xpc_string_get_string_ptr(_:)
File Descriptor objects
Date objects
UUID objects
Shared memory objects
Null objects
Object life cycle
Types of objects
XPC_TYPE_ACTIVITYXPC_TYPE_ARRAYXPC_TYPE_BOOLXPC_TYPE_CONNECTIONXPC_TYPE_DATAXPC_TYPE_DATEXPC_TYPE_DICTIONARYXPC_TYPE_DOUBLEXPC_TYPE_ENDPOINTXPC_TYPE_FDXPC_TYPE_INT64XPC_TYPE_NULLXPC_TYPE_SHMEMXPC_TYPE_STRINGXPC_TYPE_UINT64XPC_TYPE_UUID