📄 obexinitsequence.hh
字号:
/* -*- c++ -*- --------------------------------------------------------------- Copyright (C) 2005, SWECO, All Rights Reserved. File sequence for communication init. The sequence if files are sent to the user. $Id$ Author: Zsolt Molnar (Zsolt.Molnar@ieee.org) ---------------------------------------------------------------------------*/#ifndef __OBEXINITSEQUENCE_HH__#define __OBEXINITSEQUENCE_HH__#include <vector>#include <string>#include "base.hh"#ifdef _cplusplusextern "C" {#endifstruct OBEXInitItem { string fileName; // Path to the file to be pushed string messageTitle; // Title in the user's inbox unsigned int retryNumber; // Number of push retrieval unsigned int attemptDelay; // delay between the push attempts (sec)};typedef vector<OBEXInitItem> OBEXInitSequence;#ifdef _cplusplus}#endif#endif /* #ifndef __OBEXINITSEQUENCE_HH__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -