public outputFormatCopyControl() { this.tag = new epgTag(0xC1); this.recoriding = new epgDigitalRecordingControlData(); this.copyControl = new epgCopyControlType(); this.aps = new epgAPSControlData(); }
public void Clear() { this.recoriding = new epgDigitalRecordingControlData(); this.copyControl = new epgCopyControlType(); this.aps = new epgAPSControlData(); }