CFUUIDBytes
A 128-bit struct that represents a UUID as raw bytes.
Declaration
struct CFUUIDBytesOverview
This structure can be obtained from a CFUUID object using the CFUUIDGetUUIDBytes(_:) function. This structure can be passed to functions that expect a raw UUID.
Topics
Initializers
init()init(byte0:byte1:byte2:byte3:byte4:byte5:byte6:byte7:byte8:byte9:byte10:byte11:byte12:byte13:byte14:byte15:)