C# 클래스 CodeTV.TransponderReader

파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

공개 메소드들

메소드 설명
GetFrequencies ( TunerType type ) : Dictionary>>
PopulateChannelWithTransponderSettings ( ChannelTV &channel, string frequency ) : void

비공개 메소드들

메소드 설명
Read ( string path, string section, Dictionary &channels ) : void
ReadFile ( StreamReader streamReader, string section, Dictionary channels ) : void

메소드 상세

GetFrequencies() 공개 정적인 메소드

public static GetFrequencies ( TunerType type ) : Dictionary>>
type TunerType
리턴 Dictionary>>

PopulateChannelWithTransponderSettings() 공개 정적인 메소드

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