Contents

xpc_data_get_length(_:)

Returns the length of the data that an XPC data object encapsulates.

Declaration

func xpc_data_get_length(_ xdata: xpc_object_t) -> Int

Parameters

  • xdata:

    The data object which is to be examined.

Return Value

The length of the underlying boxed data.

See Also

Data objects