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

📄 network_protocolwwaninstanceobject.h

📁 270的linux说明
💻 H
字号:
/*

Copyright (c) 2008, Intel Corporation. 

All rights reserved.

 

Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met:


    * Redistributions of source code must retain the above copyright notice, 
this list of conditions and the following disclaimer.

    * Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation and/or 
other materials provided with the distribution.

    * Neither the name of Intel Corporation nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.

 

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, 
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
OF SUCH DAMAGE.

*/#pragma once#include "inc/network/network_LinkProtocolInstanceObject.h"CLASSARRAYEXPANSION ( ProtocolWwan_EncryptionModesClass, IntelMobileProtocolWwanEncryptionModeEnum, "EncryptionModes", false, true, 5000 );CLASSEXPANSION_SET( ProtocolWwan_EncryptionModeClass, IntelMobileProtocolWwanEncryptionModeEnum, "EncryptionMode", true, false, 5000 ); CLASSEXPANSION_SET( ProtocolWwan_EncryptedClass, IntelMobileBool, "Encrypted", true, false, 5000 );CLASSEXPANSION( ProtocolWwan_DeviceLockedClass, IntelMobileBool, "DeviceLocked", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_SimLoadedClass, IntelMobileBool, "SimLoaded", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_SimBlockedClass, IntelMobileBool, "SimBlocked", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_SimLockedClass, IntelMobileBool, "SimLocked", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_SimPinInitializedClass, IntelMobileBool, "SimPinInitialized", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_SimCountdownClass, IntelMobileUInt, "SimCountdown", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_RssiClass, IntelMobileInt, "Rssi", false, false, 5000 ); CLASSEXPANSION_SET( ProtocolWwan_PowerModeClass, IntelMobileProtocolWwanPowerModeEnum, "PowerMode", true, false, 5000 );CLASSEXPANSION( ProtocolWwan_NamActivatedClass, IntelMobileBool, "NamActivated", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_ChannelClass, IntelMobileUInt, "Channel", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_ChannelStateClass, IntelMobileProtocolWwanChannelStateEnum, "ChannelState", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_RoamingStateClass, IntelMobileProtocolWwanRoamingStateEnum, "RoamingState", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_DataTxBytesClass, IntelMobileUInt, "DataTxBytes", false, false, 5000 ); CLASSEXPANSION( ProtocolWwan_DataRxBytesClass, IntelMobileUInt, "DataRxBytes", false, false, 5000 ); CLASSEXPANSION( ProtocolWwan_ServiceIndicationClass, IntelMobileProtocolWwanServiceIndicationEnum, "ServiceIndication", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_CallStateClass, IntelMobileProtocolWwanCallStateEnum, "CallState", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_CallerIdClass, IntelMobileString, "CallerId", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_BandClass, IntelMobileProtocolWwanBandEnum, "Band", false, false, 5000 ); CLASSEXPANSION( ProtocolWwan_EmergencyModeClass, IntelMobileBool, "EmergencyMode", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_PhoneNumberClass, IntelMobileString, "PhoneNumber", false, false, 5000 );CLASSEXPANSION_SET( ProtocolWwan_MobileDirectoryNumberClass, IntelMobileString, "MobileDirectoryNumber", true, false, 5000 );CLASSEXPANSION_SET( ProtocolWwan_ImsiClass, IntelMobileString, "Imsi", true, false, 5000 );CLASSEXPANSION( ProtocolWwan_CallCategoryClass, IntelMobileProtocolWwanCallCategoryEnum, "CallCategory", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_TemperatureClass, IntelMobileInt, "Temperature", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_LinkQualityClass, IntelMobileLinkProtocolLinkQualityEnum, "LinkQuality", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_SystemTimeClass, IntelMobileDate, "SystemTime", false, false, 5000 );CLASSEXPANSION( ProtocolWwan_EsnClass, IntelMobileString, "Esn", false, true, 5000 );CLASSEXPANSION( ProtocolWwan_OperatorClass, IntelMobileString, "Operator", false, false, 5000 );class ServerProtocolWwanInstanceObject : public ServerLinkProtocolInstanceObject{public:	virtual bool Reset() = 0;	virtual bool AnswerCall() = 0;	virtual bool OriginateCall(IntelMobileString szCallNumber, IntelMobileByte byCallCategory = 0) = 0;	virtual bool HangupCall() = 0;	virtual bool EnableModem(IntelMobileBool bEnabled) = 0;	virtual bool ConnectInternet() = 0;	virtual bool DisconnectInternet() = 0;	virtual ~ServerProtocolWwanInstanceObject() {};	ProtocolWwan_EncryptionModesClass EncryptionModes;	ProtocolWwan_EncryptionModeClass EncryptionMode;	ProtocolWwan_EncryptedClass Encrypted;	ProtocolWwan_DeviceLockedClass DeviceLocked;	ProtocolWwan_SimLoadedClass SimLoaded;	ProtocolWwan_SimBlockedClass SimBlocked;	ProtocolWwan_SimLockedClass SimLocked;	ProtocolWwan_SimPinInitializedClass SimPinInitialized;	ProtocolWwan_SimCountdownClass SimCountdown;	ProtocolWwan_RssiClass Rssi;	ProtocolWwan_PowerModeClass PowerMode;	ProtocolWwan_NamActivatedClass NamActivated;	ProtocolWwan_ChannelClass Channel;	ProtocolWwan_ChannelStateClass ChannelState;	ProtocolWwan_RoamingStateClass RoamingState;	ProtocolWwan_DataTxBytesClass DataTxBytes;	ProtocolWwan_DataRxBytesClass DataRxBytes;	ProtocolWwan_ServiceIndicationClass ServiceIndication;	ProtocolWwan_CallStateClass CallState;	ProtocolWwan_CallerIdClass CallerId;	ProtocolWwan_BandClass Band;	ProtocolWwan_EmergencyModeClass EmergencyMode;	ProtocolWwan_PhoneNumberClass PhoneNumber;	ProtocolWwan_MobileDirectoryNumberClass MobileDirectoryNumber;	ProtocolWwan_ImsiClass Imsi;	ProtocolWwan_CallCategoryClass CallCategory;	ProtocolWwan_TemperatureClass Temperature;	ProtocolWwan_LinkQualityClass LinkQuality;	ProtocolWwan_SystemTimeClass SystemTime;	ProtocolWwan_EsnClass Esn;	ProtocolWwan_OperatorClass Operator;	ServerProtocolWwanInstanceObject( const IntelMobileString& szKey, CLog& theLog, const IntelMobileString sType = IntelMobileText("ProtocolWwan") );};

⌨️ 快捷键说明

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