|
|
|
|
|
OBEXConnect (Function) In french: OBEXConnecte Used to connect to a device that supports the OBEX protocol. Reminder The OBEX protocol is a data transfer protocol that can be used via infrared beams and Bluetooth. AdresseMAC is string
AdresseMAC = TABLE_Appareils.COL_AdrMAC[TABLE_Appareils]
SAI_IDOBEX = OBEXConnect(obexBluetooth, AdresseMAC)
Syntax
<Result> = OBEXConnect(<Type of Device> [, <Device Address>])
<Result>: Integer Connection ID. This identifier will be used by the OBEX functions. This function returns no error. Indeed, the connection will be actually established when the next OBEX function is used. <Type of Device>: Integer constant Type of device used to exchange data: | | obexBluetooth | Transport of data performed by Bluetooth | obexInfrared | Transport of data performed by infrared |
<Device Address>: Optional character string Address of device used (for Bluetooth devices only): this corresponds to the MAC address (obtained by BTInfoDevice or BTListDevice).. Remarks Only the Microsoft bluetooth stacks are supported by this function. To get the stack used, call BTStack.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|