File: RemoteUIServerService.xml.in

package info (click to toggle)
rygel 45.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 8,712 kB
  • sloc: xml: 1,756; ansic: 1,081; python: 226; sh: 64; makefile: 24
file content (47 lines) | stat: -rw-r--r-- 1,577 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
   <specVersion>
      <major>1</major>
      <minor>0</minor>
   </specVersion>
   <actionList>
      <action>
         <name>GetCompatibleUIs</name>
         <argumentList>
            <argument>
               <name>InputDeviceProfile</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_DeviceProfile</relatedStateVariable>
            </argument>
            <argument>
               <name>UIFilter</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_String</relatedStateVariable>
            </argument>
            <argument>
               <name>UIListing</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_CompatibleUIs</relatedStateVariable>
            </argument>
         </argumentList>
      </action>
   </actionList>
   <serviceStateTable>
      <stateVariable sendEvents="yes">
         <name>UIListingUpdate</name>
         <dataType>string</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_DeviceProfile</name>
         <dataType>string</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_CompatibleUIs</name>
         <dataType>string</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
          <name>A_ARG_TYPE_String</name>
          <dataType>string</dataType>
      </stateVariable>
   </serviceStateTable>
</scpd>