YaST2 Developers Documentation:
TV cards configuration
functions
files
intro
TV cards configuration
clients/tv_write.ycp
Writing only client
Jan Holesovsky <
kendy@suse.cz
>
This is a write-only client. It takes its arguments and just write the settings.
Imports
Progress
Tv
Info:
Parameters
:
first
a map of tv settings
Return value
:
success of operation
Example:
map mm = $[ "FAIL_DELAY" : "77" ]; any ret = WFM::CallModule ("tv_write", [ mm ]);
YaST2 Developers Documentation