構文
+(OPHBluetoothService *)sharedController;
パラメータ
なし戻り値
OPHBluetoothServiceのインスタンスを返します。
解説
- OPH-5000iとのBluetooth通信は、全てOPHBluetoothServiceクラスを介して行います。
- OPHBluetoothServiceのsharedController()メソッドを実行することで、インスタンスを生成、取得できます。
- OPHBluetoothServiceのインスタンスは実行中ただ1つしか存在しないため、まだインスタンスが生成されていなければ生成後返却され、既に生成されていればそのインスタンスが返却されます。
サンプル
OPHBluetoothService *sessionController =[OPHBluetoothService sharedController];
必要条件
#import <OPHBluetoothService/OPHBluetoothService.h>
関連事項
最終更新日:2022/05/09