internal SingleDestinationPdu(PduHeader header)
     : base(header)
 {
     VDestinationAddress = new SmppAddress();
 }
Example #2
0
 internal SmPdu(PduHeader header)
     : base(header)
 {
     VSourceAddress = new SmppAddress();
 }