関数win_readChannelCode マニュアル

(The documentation of function win_readChannelCode)

Last Update: 2022/3/17


◆機能・用途(Purpose)

チャンネルコードのリストをファイルから読み込む。
Read a list of channel codes from a file.


◆形式(Format)

#include <win/channel.h>
inline struct win_channelCodeList win_readChannelCode
(const char ∗channelCodeFile)


◆引数(Arguments)

channelCodeFile 1行につき1つのチャンネルコード(4桁の16進数)を書いたテキストファイル。 A-Fは大文字でも小文字でも良い。 空行と#から後の部分は読み飛ばされるので自由に挿入して良い。
A text file in which channel codes (hexadecimal numbers of 4-digits) are listed. A-F can be either capital or small letters. Each line must consist of only one channel code. Empty lines and comments beginning with # can be inserted, as they are ignored.


◆戻り値(Return value)

ファイルchannelCodeFileから読み込んだチャンネルコードのリスト。
A list of channel codes read from the file channelCodeFile.


◆使用例(Example)

struct win_channelCodeList channels =win_readChannelCode("channel_codes.txt");

(channel_codes.txt)
9991
9992
9993
999A
999B
999C