SophiaFramework UNIVERSE 5.3 |
#include <SFBQoSSession.h.hpp>
class SFBQoSSession : public SFBModel;
SFMTYPEDEFWRAPPER(SFBQoSSession)
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
× | × | ○ | ○ |
パブリック関数 | |
---|---|
SFCError |
AddRetryCB(
SFXCallbackPtr callback
) SFBQoSSession::Open を再試行する必要があるときに、通知を受け取れるようにします。
|
SFCError |
Close( Void ) QoSSession をリリースするためのリクエストを発行します。
|
SFCError |
GetErrorSpec(
SFBQoSErrorSpecSmpPtr error
) リクエストされた QoSSpec が無効なオプションを識別するために、クライアントが使用する SFBQoSErrorSpec を取得します。
|
SFBQoSErrorSpecSmp |
GetErrorSpec( Void ) リクエストされた QoSSpec が無効なオプションを識別するために、クライアントが使用する SFBQoSErrorSpec を取得します。
|
SFCError |
GetFlowSpec(
SFBQoSFlowSmpPtr rxFlow
, SFBQoSFlowSmpPtr txFlow
) 現在の Rx および Tx Flow Spec を取得します。
|
AEEQoSStatus |
GetStatus( Void ) QoS リンクのステータスを取得します。
|
SFCError |
GoActive( Void ) QoS リンクを ( ドーマンシーモードから ) から立ち上げるためにクライアントが使用します。
|
SFCError |
Modify(
SFBQoSSpecSmpConstRef qos
) 既存の QoSSession を変更するためのリクエストを発行します。
|
static SFBQoSSessionSmp |
NewInstance(
SFCErrorPtr exception = null
) SFBQoSSession インスタンスを生成します。
|
static SFBQoSSessionSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) SFBQoSSession インスタンスを生成します。
|
SFCError |
Open(
SFBQoSSpecSmpConstRef qos
) 新しい QoSSession のリクエストを発行します。
|
SFCError |
SelectNetwork(
SInt32 network
) QoSSession に対して特定のデータネットワークを選択します。
|
SFCError |
SetDormancyTimeout(
UInt08 seconds
) QoS リンクに対する IS-707 ( cdma2000 1x ) パケットデータのドーマンシーの時間制限を設定します。
|
SFCError |
AddListener(
ModelListener* listener
)
(SFBModel から継承)
ウィジェットや ユーザーインタフェースコントロールなどのオブジェクトがリスナーを特定のモデルに登録できるようにします。
|
SFCError |
AddListenerEx(
ModelListener* listener
, PFNLISTENER notify
, VoidPtr data
)
(SFBModel から継承)
ModelListener のフィールドを初期化し、リスナーをモデルに登録します。
|
SFCError |
Notify(
ModelListener* listener
)
(SFBModel から継承)
SFBModel:AddListener に渡された ModelListener データ構造の pfnListener メンバによって指定された関数へ送信します。
|
SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
SFCError |
QueryInterface(
AEECLSID clsid
, SFBBaseSmpPtr handle
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(SFBQuery から継承)
このオブジェクトからの別の API を問い合わせます。
|
Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(SFBQuery から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
プロテクト関数 | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを生成します。
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(SFBBase から継承)
指定したクラス ID のインターフェースのインスタンスを指定した SFBQuery インスタンスを使用して生成します。
|
[ public ] SFCError AddRetryCB( SFXCallbackPtr callback // クライアントのコールバック );
[ public ] SFCError Close(Void);
[ public ] SFCError GetErrorSpec( SFBQoSErrorSpecSmpPtr error // 現在の Error Spec );
[ public ] SFBQoSErrorSpecSmp GetErrorSpec(Void);
[ public ] SFCError GetFlowSpec( SFBQoSFlowSmpPtr rxFlow // 現在の Rx Flow Spec (Rx 値を取得しない場合、null を指定する) SFBQoSFlowSmpPtr txFlow // 現在の Tx Flow Spec (Tx 値を取得しない場合、null を指定する) );
[ public ] AEEQoSStatus GetStatus(Void);
[ public ] SFCError GoActive(Void);
[ public ] SFCError Modify( SFBQoSSpecSmpConstRef qos // QoS セッション に適用される 新しい QoS 仕様 );
[ public, static ] SFBQoSSessionSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBQoSSessionSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
[ public ] SFCError Open( SFBQoSSpecSmpConstRef qos // 新しいセッションに対する指定された QoS 仕様 );
BREW API IQOSSESSION_Open | SFBQoSSession::AddRetryCB | SFBQoSSession::Close | SFBModel::AddListener | SFBQoSSession::SelectNetwork | SFBQoSSession::GetErrorSpec
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |