Пример #1
0
 internal SingleDestinationPdu(PduHeader header)
     : base(header)
 {
     VDestinationAddress = new SmppAddress();
 }
Пример #2
0
 internal SmPdu(PduHeader header)
     : base(header)
 {
     VSourceAddress = new SmppAddress();
 }