Warning, /education/kstars/kstars/org.kde.kstars.INDI.xml is written in an unsupported language. File is not indexed.
0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> 0002 <node> 0003 <interface name="org.kde.kstars.INDI"> 0004 <method name="start"> 0005 <arg type="b" direction="out"/> 0006 <arg name="port" type="i" direction="in"/> 0007 <arg name="drivers" type="as" direction="in"/> 0008 </method> 0009 <method name="stop"> 0010 <arg type="b" direction="out"/> 0011 <arg name="port" type="s" direction="in"/> 0012 </method> 0013 <method name="connect"> 0014 <arg type="b" direction="out"/> 0015 <arg name="host" type="s" direction="in"/> 0016 <arg name="port" type="i" direction="in"/> 0017 </method> 0018 <method name="disconnect"> 0019 <arg type="b" direction="out"/> 0020 <arg name="host" type="s" direction="in"/> 0021 <arg name="port" type="i" direction="in"/> 0022 </method> 0023 <method name="getDevices"> 0024 <arg type="as" direction="out"/> 0025 </method> 0026 <method name="getProperties"> 0027 <arg type="as" direction="out"/> 0028 <arg name="device" type="s" direction="in"/> 0029 </method> 0030 <method name="getPropertyState"> 0031 <arg type="s" direction="out"/> 0032 <arg name="device" type="s" direction="in"/> 0033 <arg name="property" type="s" direction="in"/> 0034 </method> 0035 <method name="getDevicesPaths"> 0036 <arg type="as" direction="out"/> 0037 <arg name="interface" type="i" direction="in"/> 0038 </method> 0039 <method name="sendProperty"> 0040 <arg type="b" direction="out"/> 0041 <arg name="device" type="s" direction="in"/> 0042 <arg name="property" type="s" direction="in"/> 0043 </method> 0044 <method name="getLight"> 0045 <arg type="s" direction="out"/> 0046 <arg name="device" type="s" direction="in"/> 0047 <arg name="property" type="s" direction="in"/> 0048 <arg name="lightName" type="s" direction="in"/> 0049 </method> 0050 <method name="setSwitch"> 0051 <arg type="b" direction="out"/> 0052 <arg name="device" type="s" direction="in"/> 0053 <arg name="property" type="s" direction="in"/> 0054 <arg name="switchName" type="s" direction="in"/> 0055 <arg name="status" type="s" direction="in"/> 0056 </method> 0057 <method name="getSwitch"> 0058 <arg type="s" direction="out"/> 0059 <arg name="device" type="s" direction="in"/> 0060 <arg name="property" type="s" direction="in"/> 0061 <arg name="switchName" type="s" direction="in"/> 0062 </method> 0063 <method name="setText"> 0064 <arg type="b" direction="out"/> 0065 <arg name="device" type="s" direction="in"/> 0066 <arg name="property" type="s" direction="in"/> 0067 <arg name="textName" type="s" direction="in"/> 0068 <arg name="text" type="s" direction="in"/> 0069 </method> 0070 <method name="getText"> 0071 <arg type="s" direction="out"/> 0072 <arg name="device" type="s" direction="in"/> 0073 <arg name="property" type="s" direction="in"/> 0074 <arg name="textName" type="s" direction="in"/> 0075 </method> 0076 <method name="setNumber"> 0077 <arg type="b" direction="out"/> 0078 <arg name="device" type="s" direction="in"/> 0079 <arg name="property" type="s" direction="in"/> 0080 <arg name="numberName" type="s" direction="in"/> 0081 <arg name="value" type="d" direction="in"/> 0082 </method> 0083 <method name="getNumber"> 0084 <arg type="d" direction="out"/> 0085 <arg name="device" type="s" direction="in"/> 0086 <arg name="property" type="s" direction="in"/> 0087 <arg name="numberName" type="s" direction="in"/> 0088 </method> 0089 <method name="getBLOBData"> 0090 <arg type="ay" direction="out"/> 0091 <arg name="device" type="s" direction="in"/> 0092 <arg name="property" type="s" direction="in"/> 0093 <arg name="blobName" type="s" direction="in"/> 0094 <arg name="blobFormat" type="s" direction="out"/> 0095 <arg name="size" type="i" direction="out"/> 0096 </method> 0097 <method name="getBLOBFile"> 0098 <arg type="s" direction="out"/> 0099 <arg name="device" type="s" direction="in"/> 0100 <arg name="property" type="s" direction="in"/> 0101 <arg name="blobName" type="s" direction="in"/> 0102 <arg name="blobFormat" type="s" direction="out"/> 0103 <arg name="size" type="i" direction="out"/> 0104 </method> 0105 </interface> 0106 </node> 0107