Добавленный CBAttributePermissions.init (rawValue: UInt)
Добавленный CBCharacteristicProperties.init (rawValue: UInt)
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Объявление | Введение |
| От | struct CBAttributePermissions : RawOptionSetType {
init(_ value: UInt)
var value: UInt
static var Readable: CBAttributePermissions { get }
static var Writeable: CBAttributePermissions { get }
static var ReadEncryptionRequired: CBAttributePermissions { get }
static var WriteEncryptionRequired: CBAttributePermissions { get }
} | iOS 8.0 |
| К | struct CBAttributePermissions : RawOptionSetType {
init(_ rawValue: UInt)
init(rawValue rawValue: UInt)
static var Readable: CBAttributePermissions { get }
static var Writeable: CBAttributePermissions { get }
static var ReadEncryptionRequired: CBAttributePermissions { get }
static var WriteEncryptionRequired: CBAttributePermissions { get }
} | iOS 6.0 |
|---|
Измененный CBAttributePermissions.init (_: UInt)
| Объявление |
| От | init(_ value: UInt) |
| К | init(_ rawValue: UInt) |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 5.0 |
|---|
| Объявление |
| От | init(delegate delegate: CBCentralManagerDelegate!, queue queue: dispatch_queue_t!) |
| К | init!(delegate delegate: CBCentralManagerDelegate!, queue queue: dispatch_queue_t!) |
|---|
| Объявление | Введение |
| От | init(delegate delegate: CBCentralManagerDelegate!, queue queue: dispatch_queue_t!, options options: [NSObject : AnyObject]!) | iOS 8.0 |
| К | init!(delegate delegate: CBCentralManagerDelegate!, queue queue: dispatch_queue_t!, options options: [NSObject : AnyObject]!) | iOS 7.0 |
|---|
Измененный CBCentralManager.retrieveConnectedPeripheralsWithServices ([AnyObject]!)-> [AnyObject]!
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
Измененный CBCentralManager.retrievePeripheralsWithIdentifiers ([AnyObject]!)-> [AnyObject]!
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 5.0 |
|---|
| Введение | Осуждение |
| От | iOS 8.0 | -- |
| К | iOS 5.0 | iOS 8.0 |
|---|
| Объявление |
| От | struct CBCharacteristicProperties : RawOptionSetType {
init(_ value: UInt)
var value: UInt
static var Broadcast: CBCharacteristicProperties { get }
static var Read: CBCharacteristicProperties { get }
static var WriteWithoutResponse: CBCharacteristicProperties { get }
static var Write: CBCharacteristicProperties { get }
static var Notify: CBCharacteristicProperties { get }
static var Indicate: CBCharacteristicProperties { get }
static var AuthenticatedSignedWrites: CBCharacteristicProperties { get }
static var ExtendedProperties: CBCharacteristicProperties { get }
static var NotifyEncryptionRequired: CBCharacteristicProperties { get }
static var IndicateEncryptionRequired: CBCharacteristicProperties { get }
} |
| К | struct CBCharacteristicProperties : RawOptionSetType {
init(_ rawValue: UInt)
init(rawValue rawValue: UInt)
static var Broadcast: CBCharacteristicProperties { get }
static var Read: CBCharacteristicProperties { get }
static var WriteWithoutResponse: CBCharacteristicProperties { get }
static var Write: CBCharacteristicProperties { get }
static var Notify: CBCharacteristicProperties { get }
static var Indicate: CBCharacteristicProperties { get }
static var AuthenticatedSignedWrites: CBCharacteristicProperties { get }
static var ExtendedProperties: CBCharacteristicProperties { get }
static var NotifyEncryptionRequired: CBCharacteristicProperties { get }
static var IndicateEncryptionRequired: CBCharacteristicProperties { get }
} |
|---|
Измененный CBCharacteristicProperties.init (_: UInt)
| Объявление |
| От | init(_ value: UInt) |
| К | init(_ rawValue: UInt) |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 5.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Объявление |
| От | init(type UUID: CBUUID!, properties properties: CBCharacteristicProperties, value value: NSData!, permissions permissions: CBAttributePermissions) |
| К | init!(type UUID: CBUUID!, properties properties: CBCharacteristicProperties, value value: NSData!, permissions permissions: CBAttributePermissions) |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Объявление |
| От | init(type UUID: CBUUID!, value value: AnyObject!) |
| К | init!(type UUID: CBUUID!, value value: AnyObject!) |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Объявление |
| От | init(type UUID: CBUUID!, primary isPrimary: Bool) |
| К | init!(type UUID: CBUUID!, primary isPrimary: Bool) |
|---|
Измененный CBPeer.identifier
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 5.0 |
|---|
| Введение | Осуждение |
| От | iOS 8.0 | -- |
| К | iOS 5.0 | iOS 8.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение | Осуждение |
| От | iOS 8.0 | -- |
| К | iOS 5.0 | iOS 8.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
Измененный CBPeripheralManager.authorizationStatus ()-> CBPeripheralManagerAuthorizationStatus [класс]
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Объявление |
| От | init(delegate delegate: CBPeripheralManagerDelegate!, queue queue: dispatch_queue_t!) |
| К | init!(delegate delegate: CBPeripheralManagerDelegate!, queue queue: dispatch_queue_t!) |
|---|
| Объявление | Введение |
| От | init(delegate delegate: CBPeripheralManagerDelegate!, queue queue: dispatch_queue_t!, options options: [NSObject : AnyObject]!) | iOS 8.0 |
| К | init!(delegate delegate: CBPeripheralManagerDelegate!, queue queue: dispatch_queue_t!, options options: [NSObject : AnyObject]!) | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 5.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 5.0 |
|---|
| Имя | Объявление | Введение |
| От | UUIDWithCFUUID (_:) | class func UUIDWithCFUUID(_ theUUID: CFUUID!) -> CBUUID! | iOS 8.0 |
| К | init (CFUUID:) | init!(CFUUID theUUID: CFUUID!) -> CBUUID | iOS 8.1 |
|---|
| Имя | Объявление | Введение |
| От | UUIDWithNSUUID (_:) | class func UUIDWithNSUUID(_ theUUID: NSUUID!) -> CBUUID! | iOS 8.0 |
| К | init (NSUUID:) | init!(NSUUID theUUID: NSUUID!) -> CBUUID | iOS 8.1 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.1 |
|---|
| Имя | Объявление | Введение |
| От | UUIDWithData (_:) | class func UUIDWithData(_ theData: NSData!) -> CBUUID! | iOS 8.0 |
| К | init (данные:) | init!(data theData: NSData!) -> CBUUID | iOS 8.1 |
|---|
| Имя | Объявление | Введение |
| От | UUIDWithString (_:) | class func UUIDWithString(_ theString: String!) -> CBUUID! | iOS 8.0 |
| К | init (строка:) | init!(string theString: String!) -> CBUUID | iOS 8.1 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 6.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|
| Введение |
| От | iOS 8.0 |
| К | iOS 7.0 |
|---|