TV cards configuration |
clients/tv_write.ycp |
Writing only client | |
|
|
This module has an unstable interface. |
This is a write-only client. It takes its arguments and just
write the settings.
Imports
|
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 ]);