obex
obex什么意思,obex翻译
基本解释
网络: 蓝牙传输库;对象交换协议;闩
例句
As I said earlier, the code in Listing 4 shows how the OBEX server will accept a file from a remote Bluetooth device.
正如我前面说的,清单4的代码显示了OBEX服务器如何从远程蓝牙设备接收文件。
Objective To evaluate the result of the operative treatment of cavernous hemangioma in the peripheral zone of the obex.
目的分析和评价闩部周围区域海绵状血管瘤手术治疗的有效性和预后。
The OBEX FTP service can be used to share files over the Bluetooth wireless communications protocol.
OBEXFTP服务通过蓝牙无线通信协议实现了文件共享。
With the OBEX session now in place, I am able to send requests (please note that requests and operations are synonymous) to the OBEX server.
现在有了OBEX会话,就能够向OBEX服务器发送请求(请注意,请求和操作是同义的)。
Use your cell phone to browse, explore and manage files of any Bluetoothready device (FileTransfer Profile (FTP) OBEX)!
用你的手机浏览和管理在任何蓝牙设备上的文件(蓝牙文件远程管理)!
Among all the Bluetooth services that may be implemented in the stack, File Transfer Profile (OBEX FTP) is the most common service.
在协议栈可能实现的所有蓝牙服务中,由文件传输配置文件(FileTransferProfile,OBEXFTP)定义的服务是最常见的一种。
Before you examine the code necessary to build the OBEX client application, take a brief look at the OBEX server application.
在研究构建OBEX客户机应用程序所需的代码之前,请简要查看一下OBEX服务器应用程序。
To keep the code FileClient. java as clean as possible, I isolated all the OBEX client code into a file named ObjectPusher. java.
为了让FileClient.java的代码尽量简洁,我把所有OBEX客户机的代码都分离到一个叫做ObjectPusher.java的文件中。
When clients and servers communicate within an OBEX session, their interactions are called operations.
当客户机和服务器在一个OBEX会话内通信时,它们的交互叫做操作。
Well, the level of complexity increases a bit, however, when you want to create OBEX applications.
但是,当想要创建OBEX应用程序的时候,会变得复杂一些。