メソッド一覧
メソッド名 | 説明 |
---|---|
closeSession | EASessionをクローズし、RunLoopを削除します。EASessionのリリースし、nilで初期化します。 |
openSession | EASessionを生成し、NSInputStreamとNSOutputStreamをオープンします。 |
receivedData | OPH-5000iからデータを受信します。 OPHBluetoothServiceDelegateを継承しています。 |
setupControllerForAccessory | 指定したEAAccesoryとprotocolStringを初期化します。 |
sharedController | OPHBluetoothServiceのインスタンスを返します。 |
writeData | OPH-5000iにデータを送信します。 |
プロパティ
- @property (weak, nonatomic, readonly) EAAccessory *accessory;
- 接続しているEAAccessoryです。
- @property (nonatomic, readonly) NSString *protocolString;
- 接続しているデバイスのprotocolStringです。
- @property (nonatomic, weak) id <OPHBluetoothServiceDelegate> delegate;
- データ受信後に実行されるデリゲートです。
関連事項
最終更新日:2022/05/09