手機簡訊PDU字串中用到的7bit加密解密函式

2021-05-26 09:10:14 字數 509 閱讀 8642

原文參考:

整理的**如下:

///

/// pdu字串用到的7bit的加密函式

///

/// 使用者資料長度

/// 資料部分pdu字串

///

public string pdu7bitcontentencoder(string struserdata)

temp += tmp;

}for (int i = temp.length; i > 0; i -= 8)                    //每8位取位為乙個字元 即完成編碼

else

}return result;

}///

/// pdu字串用到的7bit的解密函式

///

/// 使用者資料長度

/// 資料部分pdu字串

///

public string pdu7bitcontentdecoder(string struserdata)

手機簡訊PDU字串中用到的7bit加密解密函式

原文參考 整理的 如下 pdu字串用到的7bit的加密函式 使用者資料長度 資料部分pdu字串 public string pdu7bitcontentencoder string struserdata temp tmp for int i temp.length i 0 i 8 每8位取位為乙個...

手機簡訊PDU字串中用到的7bit加密解密函式

原文參考 整理的 如下 pdu字串用到的7bit的加密函式 使用者資料長度 資料部分pdu字串 public string pdu7bitcontentencoder string struserdata temp tmp for int i temp.length i 0 i 8 每8位取位為乙個...

使用PDU串傳送手機簡訊息

try catch string pdu 開始合成pdu串 pdu 089168 char tmp scnumber scnumber f tochararray 資訊中心號碼 for int i 0 i tmp scnumber.length i 2 pdu 11000d9168 char tmp...