t618atcommands.xml

来自「收发SMS的VB.NET源码 」· XML 代码 · 共 165 行

XML
165
字号
<?xml version="1.0" ?>
<ArrayOfATProperty xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<ATProperty>
		<Command>+CSCA?</Command>
		<RegexString>\+CSCA: "(.*)",(.*)</RegexString>
		<PropertyNameArray>
			<string>SMSCenterNum</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>1</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CPMS?</Command>
		<RegexString>\+CPMS: "SM",2,30,"SM",(.*),(.*),"ME",(.*),(.*)</RegexString>
		<PropertyNameArray>
			<string>SIMCurrentSMSNum</string>
			<string>SIMMaxSMSNum</string>
			<string>CellCurrentSMSNum</string>
			<string>CellMaxSMSNum</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>1</int>
			<int>2</int>
			<int>3</int>
			<int>4</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CCLK?</Command>
		<RegexString>\+CCLK: "(.*)"</RegexString>
		<PropertyNameArray>
			<string>CellRealTime</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>1</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+GMR</Command>
		<RegexString>^(.*)</RegexString>
		<PropertyNameArray>
			<string>SoftWareVersion</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>2</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CGMM</Command>
		<RegexString>^(.*)</RegexString>
		<PropertyNameArray>
			<string>HardVersion</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>2</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CGMI</Command>
		<RegexString>^(.*)</RegexString>
		<PropertyNameArray>
			<string>Manufacturer</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>2</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CBC</Command>
		<RegexString>\+CBC: (.*),(.*)</RegexString>
		<PropertyNameArray>
			<string>BatteryConnection</string>
			<string>BatteryLevel</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>1</int>
			<int>2</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CSQ</Command>
		<RegexString>\+CSQ: (.*),(.*)</RegexString>
		<PropertyNameArray>
			<string>SignalStrength</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>1</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CIMI</Command>
		<RegexString>^(.*)</RegexString>
		<PropertyNameArray>
			<string>IMSI</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>2</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CGSN</Command>
		<RegexString>^(.*)</RegexString>
		<PropertyNameArray>
			<string>IMEI</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>2</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+GMM</Command>
		<RegexString>^(.*)</RegexString>
		<PropertyNameArray>
			<string>Model</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>2</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>*ESNU?</Command>
		<RegexString>\*ESNU: .*,"(.*)",.*</RegexString>
		<PropertyNameArray>
			<string>pCellNum1</string>
			<string>pCellNum2</string>
			<string>pFaxNum</string>
			<string>pDataNum</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>1</int>
			<int>3</int>
			<int>5</int>
			<int>7</int>
		</PropertyIndexArray>
	</ATProperty>
	<ATProperty>
		<Command>+CIND?</Command>
		<RegexString>\+CIND: (.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*)</RegexString>
		<PropertyNameArray>
			<string>CIND_battchg</string>
			<string>CIND_signal</string>
			<string>CIND_batterywarning</string>
			<string>CIND_chargerconnected</string>
			<string>CIND_service</string>
			<string>CIND_sounder</string>
			<string>CIND_message</string>
			<string>CIND_call</string>
			<string>CIND_roam</string>
			<string>CIND_smsfull</string>
		</PropertyNameArray>
		<PropertyIndexArray>
			<int>1</int>
			<int>2</int>
			<int>3</int>
			<int>4</int>
			<int>5</int>
			<int>6</int>
			<int>7</int>
			<int>8</int>
			<int>9</int>
			<int>10</int>
		</PropertyIndexArray>
	</ATProperty>
</ArrayOfATProperty>

⌨️ 快捷键说明

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