SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
× | × | × | ○ |
パブリック関数 | |
---|---|
SFCError |
CommitOptions(
UInt32 id
, SFBWIFIOptsSmpConstRef options
) 与えられたプロファイルのオプションを格納します。
|
SFCError |
EnumNextProfile(
UInt32Ptr id
) 格納されている次のプロファイル ID を返します (ある場合)。
|
SFCError |
EnumProfileInit( Void ) SFBWIFI の内部プロファイル列挙を返します。
|
SFCError |
GetStatistics(
AEEWIFIStatistics * statistics
) 802.11 アクティビティの現在の統計を取得します。
|
SFCError |
LoadOptions(
UInt32 id
, SFBWIFIOptsSmpRef options
) 与えられたプロファイル ID のオプションを SFBWIFIOpts オブジェクトにロードします。
|
static SFBWIFISmp |
NewInstance(
SFCErrorPtr exception = null
) |
static SFBWIFISmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) |
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 CommitOptions( UInt32 id // 取得するプロファイル ID SFBWIFIOptsSmpConstRef options // 与えられた ID に関連付けられたオプション );
[ public ] SFCError EnumProfileInit(Void);
[ public ] SFCError GetStatistics( AEEWIFIStatistics * statistics // 統計の格納先バッファ );
[ public ] SFCError LoadOptions( UInt32 id // 取得するプロファイル ID SFBWIFIOptsSmpRef options // 与えられた ID に関連するオプション );
[ public, static ] SFBWIFISmp NewInstance( SFCErrorPtr exception = null // );
[ public, static ] SFBWIFISmp NewInstance( AEECLSID id // SFCErrorPtr exception = null // );
... exception の説明 ...
*** 戻り値の説明 ***
*** 解説 ***
*** 使用例 ***
*** 主に xref リンクを書きます ***
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |