?? serialutils.h
字號:
// Copyright (c) 2004 - 2007, Symbian Software Ltd. All rights reserved.
#ifndef SERIALUTILS_H
#define SERIALUTILS_H
#include <transportinterface.h>
class SerialUtils
/**
This class contains functions to load and unload the
serial device drivers. These are implemented in a shared
library because they are used by both infrared socket, and
IR / serial RS232 connections.
*/
{
public:
IMPORT_C static void LoadDeviceDriversL(TBool& aLoadedLdd, TBool &aLoadedPdd);
IMPORT_C static void FreeDeviceDrivers(TBool aLoadedLdd, TBool aLoadedPdd);
};
#endif // #ifndef SERIALUTILS_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -