Obexclientdisconnect(), Obexclientget(), Obexclientdisconnect() obexclientget() – Teledyne LeCroy Merlins Wand - Users Manual User Manual

Page 230

Advertising
background image

214

CATC M

ERLIN

S

W

AND

2.00

C

HAPTER

C

User’s Manual

Merlin’s Wand Scripting Commands

Comments

This command is obsolete. It is provided for backward compatibility only.
(The application is initialized as an OBEX client at startup and cannot be
deinitialized.)

Example

result = OBEXClientDeinit();

OBEXClientDisconnect()

OBEXClientDisconnect()

Return value

“Success”

“Failure”

“Failed: Busy”

“Failed: Not connected”

“Failed: Packet too small”

Comments

Breaks the current OBEX client connection.

Example

result = OBEXClientDisconnect();

OBEXClientGet()

OBEXClientGet(RemotePath, LocalPath)

Parameter

Meaning

Default Value

Comments

N/A

Parameter

Meaning

Default Value

Comments

RemotePath

Path and name

of object to be
retrieved from

server.

Path is relative to server’s OBEX directory.
Example: If the OBEX directory is C:\temp, a
RemotePath of “file.txt” would cause the client
to retrieve “C:\temp\file.txt”

Advertising