예제 #1
0
 internal SingleDestinationPdu(PduHeader header)
     : base(header)
 {
     VDestinationAddress = new SmppAddress();
 }
예제 #2
0
파일: SmPDU.cs 프로젝트: neoxack/JamaaSMPP
 internal SmPdu(PduHeader header)
     : base(header)
 {
     VSourceAddress = new SmppAddress();
 }