pw3270service.xml 5.82 KB
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/br/com/bb/pw3270/service">

	<interface name="br.com.bb.pw3270.service">

		<method name="getRevision">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="revision" direction="out" />
		</method>

		<method name="getVersion">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="revision" direction="out" />
		</method>

		<method name="createSession">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="out" />
		</method>

		<method name="destroySession">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="rc" direction="out" />
		</method>

		<method name="connect">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="s" name="uri" direction="in" />
			<arg type="i" name="rc" direction="out" />
		</method>

		<method name="disconnect">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="rc" direction="out" />
		</method>

		<method name="enter">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="pfKey">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="key" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="paKey">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="key" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="setTextAt">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="row" direction="in" />
			<arg type="i" name="col" direction="in" />
			<arg type="s" name="text" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="cmpTextAt">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="row" direction="in" />
			<arg type="i" name="col" direction="in" />
			<arg type="s" name="text" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="getTextAt">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="row" direction="in" />
			<arg type="i" name="col" direction="in" />
			<arg type="i" name="len" direction="in" />
			<arg type="s" name="text" direction="out" />
		</method>

		<method name="isReady">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="chkId">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="isConnected">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="getConnectionState">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="status" direction="out" />
		</method>

		<method name="getScreenHeight">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="height" direction="out" />
		</method>

		<method name="getScreenWidth">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="width" direction="out" />
		</method>

		<method name="getScreenLength">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="length" direction="out" />
		</method>

		<method name="setAutoClose">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="timer" direction="in" />
			<arg type="i" name="rc" direction="out" />
		</method>

		<method name="setTimeout">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="timer" direction="in" />
			<arg type="i" name="rc" direction="out" />
		</method>

		<method name="getProgramMessage">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="status" direction="out" />
		</method>

		<method name="getSecureState">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="status" direction="out" />
		</method>

		<method name="getIsProtected">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="addr" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

		<method name="getIsProtectedAt">
			<annotation name="org.freedesktop.DBus.GLib.Async" value="true"/>
			<arg type="s" name="id" direction="in" />
			<arg type="i" name="row" direction="in" />
			<arg type="i" name="col" direction="in" />
			<arg type="i" name="result" direction="out" />
		</method>

	</interface>

</node>