spec

Software for Diffraction

2.4.7. - Client/Server Functions



prop_send(property, value)


prop_get(host, property)


prop_put(host, property, value)


prop_watch(host, property)


remote_stat(host)


remote_stat(host, "?")


remote_par(host, "connect")


remote_par(host, "close")


remote_par(host, "abort")


remote_par(host, "timeout" [, value])


remote_cmd(host, cmd)


remote_eval(host, cmd)


id = remote_async(host, cmd)


remote_poll(id, "status")


remote_poll(id)


encode(format, obj [, ...])
Returns a string representation of the spec data objects obj... in the specified format.

decode(format, str\)
Returns a spec data object obtained from the string str in format.