![]() ![]() ![]()
|
BREW C++ ライブラリ & GUI フレームワーク & XML ミドルウェア : SophiaFramework UNIVERSE 5.0 |

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| × | × | ○ | ○ |
| パブリック関数 | |
|---|---|
| SFCError |
GetRxFilterSpec(
SFBQoSListSmpPtr filterList
) SFBQoSSpec オブジェクトに格納されている Rx Filter Spec のリストを取得します。
|
| SFBQoSListSmp |
GetRxFilterSpec( Void ) SFBQoSSpec オブジェクトに格納されている Rx Filter Spec のリストを取得します。
|
| SFCError |
GetRxFlowSpec(
SFBQoSListSmpPtr flowList
) SFBQoSSpec オブジェクトに格納されている Rx Flow Spec のリストを取得します。
|
| SFBQoSListSmp |
GetRxFlowSpec( Void ) SFBQoSSpec オブジェクトに格納されている Rx Flow Spec のリストを取得します。
|
| SFCError |
GetTxFilterSpec(
SFBQoSListSmpPtr filterList
) SFBQoSSpec オブジェクトに格納されている Tx Filter Spec のリストを取得します。
|
| SFBQoSListSmp |
GetTxFilterSpec( Void ) SFBQoSSpec オブジェクトに格納されている Tx Filter Spec のリストを取得します。
|
| SFCError |
GetTxFlowSpec(
SFBQoSListSmpPtr flowList
) SFBQoSSpec オブジェクトに格納されている Tx Flow Spec のリストを取得します。
|
| SFBQoSListSmp |
GetTxFlowSpec( Void ) SFBQoSSpec オブジェクトに格納されている Tx Flow Spec のリストを取得します。
|
| SFCError |
LoadFlowSpecByProfile(
UInt32 ruleId
, UInt32 id
) Rx と Tx の Flow Spec が設定された SFBQoSSpec オブジェクトを、定義済みプロファイルから生成します。
|
| static SFBQoSSpecSmp |
NewInstance(
SFCErrorPtr exception = null
) SFBQoSSpec クラスのインスタンスを生成します。
|
| static SFBMediaSVGSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) SFBQoSSpec クラスのインスタンスを生成します。
|
| SFCError |
SetRxFilterSpec(
SFBQoSListSmpConstRef filterList
) SFBQoSSpec オブジェクトに格納されている Rx Filter Spec のリストを設定します。
|
| SFCError |
SetRxFlowSpec(
SFBQoSListSmpConstRef flowList
) SFBQoSSpec オブジェクトに格納されている Rx Flow Spec のリストを設定します。
|
| SFCError |
SetTxFilterSpec(
SFBQoSListSmpConstRef filterList
) SFBQoSSpec オブジェクトに格納されている Tx Filter Spec のリストを設定します。
|
| SFCError |
SetTxFlowSpec(
SFBQoSListSmpConstRef flowList
) SFBQoSSpec オブジェクトに格納されている Tx Flow Spec のリストを設定します。
|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(SFBQuery から継承)
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 から継承)
オブジェクトを単一インターフェースで実装するときに使います。
|
[ public ] SFCError GetRxFilterSpec( SFBQoSListSmpPtr filterList // Rx Filter Spec の保存されているリストを返す );
[ public ] SFBQoSListSmp GetRxFilterSpec(Void);
[ public ] SFCError GetRxFlowSpec( SFBQoSListSmpPtr flowList // Rx Flow Spec の保存されているリストを返す );
[ public ] SFBQoSListSmp GetRxFlowSpec(Void);
[ public ] SFCError GetTxFilterSpec( SFBQoSListSmpPtr filterList // Tx Filter Spec の保存されているリストを返す );
[ public ] SFBQoSListSmp GetTxFilterSpec(Void);
[ public ] SFCError GetTxFlowSpec( SFBQoSListSmpPtr flowList // Tx Flow Spec の保存されているリストを返す );
[ public ] SFBQoSListSmp GetTxFlowSpec(Void);
[ public ] SFCError LoadFlowSpecByProfile( UInt32 ruleId // id とともに、使用するプロファイルを識別する UInt32 id // ruleId とともに、使用するプロファイルを識別する );
[ public, static ] SFBQoSSpecSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBMediaSVGSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
[ public ] SFCError SetRxFilterSpec( SFBQoSListSmpConstRef filterList // Rx Filter Spec のリストとして使用する SFBQoSFilter オブジェクトのリスト );
SFERR_NO_ERROR を返します。
[ public ] SFCError SetRxFlowSpec( SFBQoSListSmpConstRef flowList // Rx Flow Spec のリストとして使用する SFBQoSFlow オブジェクトのリスト );
SFERR_NO_ERROR を返します。
[ public ] SFCError SetTxFilterSpec( SFBQoSListSmpConstRef filterList // Tx Filter Spec のリストとして使用する SFBQoSFilter オブジェクトのリスト );
SFERR_NO_ERROR を返します。
[ public ] SFCError SetTxFlowSpec( SFBQoSListSmpConstRef flowList // Tx Flow Spec のリストとして使用する SFBQoSFlow オブジェクトのリスト );
SFERR_NO_ERROR を返します。
|
Copyright (C) 2002 - 2008 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|