Exemplo n.º 1
0
 internal SingleDestinationPdu(PduHeader header)
     : base(header)
 {
     VDestinationAddress = new SmppAddress();
 }
Exemplo n.º 2
0
 internal SmPdu(PduHeader header)
     : base(header)
 {
     VSourceAddress = new SmppAddress();
 }