![]() ![]() ![]()
|
SophiaFramework 2.2 |
#include <SFBBTSIOPort.hpp>
class SFBBTSIOPort : public SFBSource;
typedef SFBBTSIOPort& SFBBTSIOPortRef; typedef SFBBTSIOPort* SFBBTSIOPortPtr; typedef SFBBTSIOPort** SFBBTSIOPortHandle; typedef const SFBBTSIOPort ConstSFBBTSIOPort; typedef const SFBBTSIOPort& ConstSFBBTSIOPortRef; typedef const SFBBTSIOPort* ConstSFBBTSIOPortPtr; typedef const SFBBTSIOPort** ConstSFBBTSIOPortHandle;
| IBTSIOPORT_Open | |
| ドキュメント エラー | BREW API リファレンス 2.0.1.5 |
BREW API リファレンス中には以下のように定義されていますが、
int32 IBTSIOPORT_Open
(
IBTSIOPort *pIBTSIOPort,
AEEBTConnectionInfo *pConnectInfo,
AEECallback *pcb
)
正しくは下記のとおりです。
int32 IBTSIOPORT_Open
(
IBTSIOPort *pIBTSIOPort,
AEEBTConnectionInfo *pConnectInfo,
)
| パブリック関数 | ||
|---|---|---|
| public |
AddRef (SFBBase から継承) | インターフェイスの参照カウントをインクリメントします。 |
| public static |
Exhausted (SFBSource から継承) | ISource、IPeek、または IGetLine がデータを処理し尽くしたかどうかをチェックします。 |
| public |
GetState | Bluetooth ポートの現在の状態を返します。 |
| public static |
Instance | IBTSIOPort インターフェイスのインスタンスを取得します。 |
| public |
Open | Bluetooth上のシリアルポートをオープンします。 |
| public |
QueryInterface (SFBQuery から継承) | このオブジェクトからの別の API を問い合わせます。 |
| public |
Read (SFBSource から継承) | 指定されたバッファにソースストリームからのバイトをコピーします。 |
| public |
Readable (SFBSource から継承) | ISOURCE_Read()がISOURCE_WAIT以外のものを返した場合にコールされるコールバックをスケジュールまたはキャンセルします。 |
| public |
Release (SFBBase から継承) | インターフェイスの参照カウントをデクリメントします。 |
| public |
Self (SFBQuery から継承) | オブジェクトを単一インタフェースで実装する際に使用します。 |
| public |
Write | 送信バッファにデータを追加します。 |
| public |
Writeable | Bluetooth デバイスが再びデータ送信可能になったときにコールされる書き込みコールバックを登録します。 |
[ public ] SFCError GetState(Void);
[ public, static ] SFUBrewPtr<SFBBTSIOPort> Instance(Void);
[ public ] SFCError Open( AEEBTConnectionInfo * pConnectInfo );
BREW API IBTSIOPORT_Open | AEEBTConnectionInfo | AEECallback
[ public ] Void Writeable( AEECallback * pcb );
| Copyright(C) 2003-2004 Sophia Cradle Inc., All Rights Reserved. |
![]() ![]() ![]()
|