obexinitsequence.hh

来自「It s a tool designed to extract as much 」· HH 代码 · 共 39 行

HH
39
字号
/* -*- 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 + =
减小字号Ctrl + -
显示快捷键?