public FmRadio(IFmRadioControlFilter filterInterface) { this.filterInterface = filterInterface; rds = new RadioDataSystem(); this.filterInterface.SetRdsDisplay(rds.NativeBuffer); }