国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

obex

obex

 英

  • 網(wǎng)絡(luò)藍(lán)牙傳輸庫(kù);對(duì)象交換協(xié)議;閂

例句

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服務(wù)器如何遠(yuǎn)程藍(lán)牙設(shè)備接收文件

Objective To evaluate the result of the operative treatment of cavernous hemangioma in the peripheral zone of the obex.

目的分析評(píng)價(jià)周圍區(qū)域海綿狀血管瘤手術(shù)治療有效性預(yù)后

The OBEX FTP service can be used to share files over the Bluetooth wireless communications protocol.

OBEXFTP服務(wù)通過藍(lán)牙無線通信協(xié)議實(shí)現(xiàn)文件共享

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.

現(xiàn)在OBEX會(huì)話能夠OBEX服務(wù)器發(fā)送請(qǐng)求請(qǐng)注意請(qǐng)求操作同義)。

Use your cell phone to browse, explore and manage files of any Bluetoothready device (FileTransfer Profile (FTP) OBEX)!

手機(jī)瀏覽管理任何藍(lán)牙設(shè)備文件藍(lán)牙文件遠(yuǎn)程管理)!

Among all the Bluetooth services that may be implemented in the stack, File Transfer Profile (OBEX FTP) is the most common service.

協(xié)議可能實(shí)現(xiàn)所有藍(lán)牙服務(wù)文件傳輸配置文件(FileTransferProfile,OBEXFTP)定義服務(wù)常見一種

Before you examine the code necessary to build the OBEX client application, take a brief look at the OBEX server application.

研究構(gòu)建OBEX客戶機(jī)應(yīng)用程序代碼之前請(qǐng)簡(jiǎn)要查看一下OBEX服務(wù)器應(yīng)用程序

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代碼盡量簡(jiǎn)潔所有OBEX客戶機(jī)代碼分離一個(gè)叫做ObjectPusher.java文件

When clients and servers communicate within an OBEX session, their interactions are called operations.

當(dāng)客戶機(jī)服務(wù)器一個(gè)OBEX會(huì)話內(nèi)通信時(shí)它們交互叫做操作

Well, the level of complexity increases a bit, however, when you want to create OBEX applications.

但是當(dāng)想要創(chuàng)建OBEX應(yīng)用程序時(shí)候會(huì)變得復(fù)雜一些

You'll also learn how to modify your OBEX client application into a Bluetooth Music Store.

學(xué)習(xí)如何OBEX客戶機(jī)應(yīng)用程序修改藍(lán)牙音樂商店

The OBEX protocol layer is implemented above the RFCOMM layer and is useful when you want to transfer data as an object, such as files.

OBEX協(xié)議RFCOMM上面實(shí)現(xiàn)如果數(shù)據(jù)對(duì)象例如文件形式傳輸那么OBEX有用

Now let's assume that the printer has accepted the CONNECT operation. I have now created an OBEX session between the client and the server.

現(xiàn)在假設(shè)打印機(jī)接受CONNECT操作那么現(xiàn)在客戶機(jī)服務(wù)器之間創(chuàng)建一個(gè)OBEX會(huì)話

In this article, I'm going to demonstrate how to create a simple OBEX client application that can transfer a file to the server application.

文章演示如何創(chuàng)建一個(gè)簡(jiǎn)單OBEX客戶機(jī)應(yīng)用程序這個(gè)程序能夠文件傳輸服務(wù)器應(yīng)用程序

In this article, I've covered a lot of ground to get you started creating a Java Bluetooth application that uses the OBEX protocol.

文章介紹開始創(chuàng)建使用OBEX協(xié)議Java藍(lán)牙應(yīng)用程序許多基礎(chǔ)知識(shí)

OBEX is a preferred method of sending and receiving files between two Bluetooth devices.

OBEX兩個(gè)藍(lán)牙設(shè)備之間發(fā)送接收文件首選方法

You should also walk away from this article with solid knowledge regarding the semantics required for any OBEX application.

閱讀篇文章時(shí)應(yīng)當(dāng)掌握OBEX應(yīng)用程序需要語(yǔ)義知識(shí)

You can use RFCOMM or OBEX to send and receive files between Bluetooth devices.

可以采用RFCOMMOBEX藍(lán)牙設(shè)備之間發(fā)送接收文件

In the first article in this two-part series, I introduced the semantics of OBEX and explained how to create an OBEX server application.

這個(gè)部分構(gòu)成系列第1部分介紹OBEX語(yǔ)義解釋如何創(chuàng)建OBEX服務(wù)器應(yīng)用程序

In this article, you learned how to create a very versatile OBEX client application.

篇文章學(xué)習(xí)如何創(chuàng)建通用OBEX客戶機(jī)應(yīng)用程序

The SETPATH operation, however, is primarily used when the OBEX server has a filesystem.

但是SETPATH操作主要OBEX服務(wù)器具有文件系統(tǒng)時(shí)使用

This returns a javax. obex. Operation object, which I named putOperation.

會(huì)返回一個(gè)javax.obex.Operation對(duì)象命名putOperation

Because this is an OBEX application, the protocol that I'm using is btgoep.

因?yàn)?/c>一個(gè)OBEX應(yīng)用程序所以采用協(xié)議btgoep

HTC devices running Windows Mobile 5. 0 are not affected because the OBEX FTP service is not implemented in that OS version.

運(yùn)行WindowsMobile5.0HTC設(shè)備沒有受到漏洞影響因?yàn)?/c>OS版本實(shí)現(xiàn)OBEXFTP服務(wù)

Using OBEX, you can send not only data, but you can also send context or metadata about the payload.

使用OBEX不僅可以發(fā)送數(shù)據(jù)而且發(fā)送關(guān)于負(fù)載上下文數(shù)據(jù)

You learned when it is best to choose OBEX over RFCOMM for data transfer.

學(xué)習(xí)對(duì)于數(shù)據(jù)傳輸什么時(shí)候選擇OBEXRFCOMM合適

On the other hand, OBEX is great when you want to send object data, context, and metadata about the payload.

反過來如果發(fā)送對(duì)象數(shù)據(jù)以及關(guān)于負(fù)載上下文數(shù)據(jù)OBEX最好

On the other hand, OBEX is great when you want to send object data such as files.

另一方面如果發(fā)送對(duì)象數(shù)據(jù)例如文件),OBEX合適

The OBEX FTP Service Directory Traversal vulnerability

OBEXFTP服務(wù)文件目錄遍歷漏洞

Learn how JSR-82 and OBEX can be used to transfer files from client to server

學(xué)習(xí)如何JSR-82OBEX文件客戶機(jī)傳輸服務(wù)器

File transfer based on OBEX and its application in mobile phone platform

基于OBEX文件傳輸手機(jī)平臺(tái)應(yīng)用

The Study of File Transfer Application According to Bluetooth OBEX Agreement

協(xié)議文件傳輸應(yīng)用研究

Is an OBEX server application, so that means that OBEX clients will be sending OBEX operations such as

一個(gè)OBEX服務(wù)器應(yīng)用程序意味OBEX客戶機(jī)發(fā)送OBEX操作例如