これは、Apple社のCBCentralManagerクラスドキュメント http://developer.apple.com/library/mac/#documentation/CoreBluetooth/Reference/CBCentralManagerDelegate_Protocol/translated_content/CBCentralManagerDelegate.html から、CoreBluetooth開発の理解に必要最低限の情報を日本語に意訳したものです。 CBCentralManagerDelegate プロトコルは、CBCentralのデリゲートのプロトコルです。 CBCentr
これは、Apple社のCBCentralManagerクラスドキュメント http://developer.apple.com/library/ios/#documentation/CoreBluetooth/Reference/CBCent
これはCBCharacteristicsクラスのうちCoreBlutoothを理解するために必要最小限の部分を日本語訳したものです。 CBCharacteristicsクラス プロパティ @property(readonly, nonatomic) CBService *service; このcharacteristicが属するサービスへ
プロパティ @property(readonly, nonatomic) CBCharacteristic *characteristic; 属するcharacteristicのポインタです。 /*! @property UUID @discussion The Bluetooth UUID of the descriptor. @property(retain, readonly) id value; Descriptorのあちあです。様々なデスクリプタに対応するvalue typeの詳細は、CBUUIDクラスで定義されています。 CBMutabl
これはApple社のhttp://developer.apple.com/library/ios/#documentation/CoreBluetooth/Reference/CBPeripheralDelegate_Protocol/tr