![]() ![]() ![]()
|
SophiaFramework UNIVERSE 5.1 |

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| O | O | X | X |
| Public Functions | |
|---|---|
| SFCError |
DiscoverDevices(
SFXCallbackPtr callback
, AEEBTDeviceListResult* result
)
Start the Blue tooth Device Discovery process.
|
| SFCError |
GetDeviceName(
AEEBTAddr* addr
, SFXCallbackPtr callback
, AEEBTDeviceNameResult* result
)
Start the Blue tooth Name Query for a specified Device.
|
| SFCError |
GetRemoteServerChannel(
AEEBTAddr* addr
, UInt16 serviceClass
, SFXCallbackPtr callback
, AEEBTServerChannelResult* result
)
Start the Blue tooth Server Channel Query.
|
| static SFBBTSDPSmp |
NewInstance(
SFCErrorPtr exception = null
)
Create a new instance of SFBBTSDP class.
|
| static SFBBTSDPSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
)
Create a new instance of SFBBTSDP class.
|
| SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(inherits from SFBQuery)
Ask an object for another API contract from the object in question.
|
| SFCError |
QueryInterface(
AEECLSID clsid
, SFBBaseSmpPtr handle
)
(inherits from SFBQuery)
Ask an object for another API contract from the object in question.
|
| SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(inherits from SFBQuery)
Ask an object for another API contract from the object in question.
|
| Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(inherits from SFBQuery)
Helper macro for those implementing an object with a single interface.
|
| SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(inherits from SFBQuery)
Helper macro for those implementing an object with a single interface.
|
| Protected Functions | |
|---|---|
| static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for a specified ClassID's interface.
|
| static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for a specified ClassID's interface using the SFBQuery instance.
|
[ public ] SFCError DiscoverDevices( SFXCallbackPtr callback // the Callback Scheduled on completion of the Discovery AEEBTDeviceListResult* result // pointer to the Result Record // the User should allocate AEEBTDeviceListResult Record based on the Requested number of Devices );
[ public ] SFCError GetDeviceName( AEEBTAddr* addr // the Bluetooth device Address used for the query SFXCallbackPtr callback // the Callback Scheduled on completion of the Discovery AEEBTDeviceNameResult* result // pointer to the Result Record // the User should allocate AEEBTDeviceNameResult Record );
[ public ] SFCError GetRemoteServerChannel( AEEBTAddr* addr //the Bluetooth device Address used for the query UInt16 serviceClass // service Class for negotiation SFXCallbackPtr callback // the Callback Scheduled on completion of the Discovery AEEBTServerChannelResult* result // pointer to the Result Record // the User should allocate AEESDPReqRsp Record );
[ public, static ] SFBBTSDPSmp NewInstance( SFCErrorPtr exception = null // Error );
[ public, static ] SFBBTSDPSmp NewInstance( AEECLSID id // Class ID SFCErrorPtr exception = null // Error );
|
Copyright(c) 2002 - 2010 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|