コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:GsmComm.PduConverter.MessageStatus" />.
 /// </summary>
 /// <param name="status">One of the <see cref="T:GsmComm.PduConverter.KnownMessageStatus" /> values.</param>
 public MessageStatus(KnownMessageStatus status)
 {
     this.status = (byte)status;
 }
コード例 #2
0
ファイル: MessageStatus.cs プロジェクト: sandalkuilang/texto
		/// <summary>
		/// Initializes a new instance of the <see cref="T:GSMCommunication.PDUDecoder.MessageStatus" />.
		/// </summary>
		/// <param name="status">One of the <see cref="T:GSMCommunication.PDUDecoder.KnownMessageStatus" /> values.</param>
		public MessageStatus(KnownMessageStatus status)
		{
			this.status = (byte)status;
		}