EASessionをクローズし、RunLoopを削除します。EASessionのリリースし、nilで初期化します。

構文

-(void)closeSession;

パラメータ

 なし

戻り値

 なし

必要条件

#import <OPHBluetoothService/OPHBluetoothService.h>

サンプル

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

関連事項

最終更新日:2022/05/09