|
|
|
|
|
OBEXDisconnect (Function) In french: OBEXDéconnecte Used to disconnect from a device that supports the OBEX protocol.
IF OBEXDisconnect(nObexID) = True THEN
Info("Disconnection successful")
END
Syntax
<Result> = OBEXDisconnect(<Identifier of OBEX connection>)
<Result>: Boolean - True if the disconnection was successful,
- False otherwise. ErrorInfo returns more information on the error.
<Identifier of OBEX connection>: Integer Identifier of OBEX connection to close. This identifier is returned by OBEXConnect. Remarks Only the Microsoft bluetooth stacks are supported by this function. To get the stack used, call BTStack.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|