Posts

CBCEntralManagerDelegateProtocol リファレンス 日本語訳

これは、Apple社のCBCentralManagerクラスドキュメント http://developer.apple.com/library/mac/#documentation/CoreBluetooth/Reference/CBCentralManagerDelegate_Protocol/translated_content/CBCentralManagerDelegate.html から、CoreBluetooth開発の理解に必要最低限の情報を日本語に意訳したものです。 CBCentralManagerDelegate プロトコルは、CBCentralのデリゲートのプロトコルです。 CBCentr

CBDescriptorクラスリファレンス 日本語訳

プロパティ @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