SophiaFramework UNIVERSE 5.3 |
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
× | × | × | ○ |
パブリック関数 | |
---|---|
SFCError |
AddOpt(
WIFIOpt * wifiopt
) ID 値のペアを IWIFIOpts に追加します。
|
SFCError |
GetOpt(
SInt32 optId
, WIFIOpt * wifiopt
) 指定された ID に一致する ID 値のペアを検索します。
|
static SFBWIFIOptsSmp |
NewInstance(
SFCErrorPtr exception = null
) SFBWIFIOpts インスタンスを生成します。
|
static SFBWIFIOptsSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
) SFBWIFIOpts インスタンスを生成します。
|
SFCError |
RemoveOpt(
SInt32 optId
) 指定された ID に一致する ID 値のペアを削除します。
|
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 AddOpt( WIFIOpt * wifiopt // WIFI オプション );
各 ID には 1 つの値だけが許可されますが、WEPKEY は例外で最大 4 つまで格納できます。
[ public ] SFCError GetOpt( SInt32 optId // 検索するオプション ID WIFIOpt * wifiopt // 一致するコールオプションのコピー先 WIFIOpt への参照 );
[ public, static ] SFBWIFIOptsSmp NewInstance( SFCErrorPtr exception = null // エラー値 );
[ public, static ] SFBWIFIOptsSmp NewInstance( AEECLSID id // クラスID SFCErrorPtr exception = null // エラー値 );
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |