Returns an instance of OPHBluetoothService.

Syntax

+(OPHBluetoothService *)sharedController;

Parameters

None

Return value

Returns an instance of OPHBluetoothService.

Remarks

  • All Bluetooth communication with OPH-5000i is done via OPHBluetoothService class.
  • You can create and get an instance by executing the sharedController () method of OPHBluetoothService.
  • Since there is only one instance of OPHBluetoothService running, it will be returned after it is created if it has not been created yet, and it will be returned if it has already been created.
  • Sample
    OPHBluetoothService  *sessionController =[OPHBluetoothService  sharedController];
    

Requirements

#import <OPHBluetoothService/OPHBluetoothService.h>

Related matters

Last updated: 2022/05/09