⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 btobjectexchange.loc

📁 This C++ code example provides a method for transferring objects or chunks of data from one device
💻 LOC
字号:
/* Copyright (c) 2004, Nokia. All rights reserved */


// LOCALISATION STRINGS

//d:Caption string for app.
#define qtn_btob_caption_string "BTOBEX"

//d:Short caption string for app.
#define qtn_btob_short_caption_string "BTOB"

// MENU TEXTS

//d:Menu options
//d:Names listed in Dialog.
#define qtn_btob_start_server "Start Server"
#define qtn_btob_stop_server "Stop Server"
#define qtn_btob_exchange_connect "Connect"
#define qtn_btob_send_object "Send Object"
#define qtn_btob_disconnect "Disconnect"
#define qtn_btob_clear_list "Clear List"
#define qtn_btob_softkey_exit "Exit"

//d:Resources for Messages

//d:Error messages
#define qtn_btob_err_no_records "NRRC No records"
#define qtn_btob_err_cant_get_attribute "Can't get attribute"
#define qtn_btob_err_attr_req_com "AttrReqCom"
#define qtn_btob_error_prefix "Error "

#define qtn_btob_no_bt "Bluetooth unavailable."

//d:Bluetooth Connections info messages
#define qtn_btob_service_description "Object Push"
#define qtn_btob_connected "Connected"
#define qtn_btob_server_stopped "Server stopped"
#define qtn_btob_server_started "Server started"
#define qtn_btob_str_failed "Failed "
#define qtn_btob_no_device "No device selected"
#define qtn_btob_connection_error "Connection error "
#define qtn_btob_send_error "Send error "
#define qtn_btob_found_service "Found service"
#define qtn_btob_sent_object "Sent object"
#define qtn_btob_disconnected "Disconnected"
#define qtn_btob_client_busy "Client busy"
#define qtn_btob_disconnecting "Disconnecting"

//d:Hello world -message
#define qtn_btob_hello "Hello World"
#define qtn_btob_sendui "Send UI"

// End of File

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -