SMS,EMS PDU Code Decoder 短信PDU格式解码器'==========================================================
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
                    SMS,EMS Decoder
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
                      2005-2-20
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
1.Description
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   This class decode a SMS or EMS PDU code to a certain
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
class. You can use it in your software to read SMSs and 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
EMSs. All of this is done under GSM 03.40. I tested it
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
on my SIEMENS M55 and NOKIA 8xxx and it works well.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
2.Useage 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   If you know what type of PDU code, you can create a 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
new instance of class like DIM s as SMS(myPDUCode)
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
When instance is created, you read its public variable 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
to get what you want.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   When TP_DCS=0, PDU code is coded from 7bit 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
charactor (see GSM 03.38), use shared function 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
Deocde7Bit to decode it.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   When TP_DCS=8, PDU code is coded from Unicode
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
charactor (see GSM 03.38), use shared funtion
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
DecodeUnicode to decode it.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
3.Bugs
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   So far in my tests I found none.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
4.When you use it
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   You can freely use it or modify it in your program,
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
but when you find bugs or improved it please publish it
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
or send one copy to me. Thanks
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
5.About me
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   I am writting a program which can list folders and 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
files in SIEMENS M55 mobile phone. It can also read
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
and send SMS,EMS. Some documents are hard to find on
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
internet, but I keep on my mind to study it and finally
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
I found it is full of interests.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
    I like freedom, so'I exchange my ideas with all of 
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
the world. It is so happy that you can use my classes!
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   In the end, sorry for my poor english.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
6.Contact me
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   Email:hesicong@mail.sc.cninfo.net
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   QQ:38288890
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   Homepage:http://dream-world.nease.net (Chinese)
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   Thanks for using it!
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
                       ----By HESICONG
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
Revision:
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   2004-10-29:
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
       Fix bug in decode "@" charactor.
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
       Add functions in "decode 7 bit code to english" region
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
   2005-2-20:
SMS,EMS PDU Code Decoder 短信PDU格式解码器'
       Final version released. Fixed minor bugs. 
SMS,EMS PDU Code Decoder 短信PDU格式解码器

SMS,EMS PDU Code Decoder 短信PDU格式解码器
Imports System.text

相关文章:

  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-17
  • 2021-05-31
  • 2021-10-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-06-22
  • 2022-12-23
  • 2022-02-23
相关资源
相似解决方案