commsetting.cs

来自「about sms how to send a sms to the mobil」· CS 代码 · 共 25 行

CS
25
字号
using System;
using GsmComm.GsmCommunication;

namespace SMS
{
	/// <summary>
	/// Summary description for CommSetting.
	/// </summary>
	
	public class CommSetting
	{
		public static int Comm_Port=0;
		public static Int64 Comm_BaudRate=0;
		public static Int64 Comm_TimeOut=0;
		public static GsmCommMain comm;

		public CommSetting()
		{
			//
			// TODO: Add constructor logic here
			//
		}		
	}
}

⌨️ 快捷键说明

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