📄 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 + -