init(nsuuid:)
Creates a Core Bluetooth UUID object from a Foundation UUID object.
Declaration
init(nsuuid theUUID: UUID)Parameters
- theUUID:
A UUID represented by an Nsuuid object.
Return Value
A new CBUUID object for the specified UUID.
Creates a Core Bluetooth UUID object from a Foundation UUID object.
init(nsuuid theUUID: UUID)A UUID represented by an Nsuuid object.
A new CBUUID object for the specified UUID.