public TPDU(TLV val) { this.Tag = val.Tag; this.Length = val.Length; this.Value = val.Value; data_0340 = new Data_0340(val.Value); }