C# Class CodeTV.TransponderReader

Datei anzeigen Open project: dgis/CodeTV Class Usage Examples

Public Methods

Method Description
GetFrequencies ( TunerType type ) : Dictionary>>
PopulateChannelWithTransponderSettings ( ChannelTV &channel, string frequency ) : void

Private Methods

Method Description
Read ( string path, string section, Dictionary &channels ) : void
ReadFile ( StreamReader streamReader, string section, Dictionary channels ) : void

Method Details

GetFrequencies() public static method

public static GetFrequencies ( TunerType type ) : Dictionary>>
type TunerType
return Dictionary>>

PopulateChannelWithTransponderSettings() public static method

public static PopulateChannelWithTransponderSettings ( ChannelTV &channel, string frequency ) : void
channel ChannelTV
frequency string
return void