EASessionを生成し、NSInputStreamとNSOutputStreamをオープンします。

構文

-(BOOL)openSession;

パラメータ

 なし

戻り値

 EASessionを生成できた場合、YESを返します。それ以外はNOを返します。

解説

  1. 現在保持しているEAAccessoryに自分自身をデリゲートとして設定します。
  2. EASessionを生成し取得します。生成時には、setupControllerForAccessory:accessory:withProtocolString で指定したEAAccessoryとprotocolStringを使います。

必要条件

#import <OPHBluetoothService/OPHBluetoothService.h>

サンプル

OPHBluetoothService *sessionController =  [OPHBluetoothService sharedController];
[sessionController openSession];

関連事項

最終更新日:2022/05/09