~ubuntu-branches/ubuntu/trusty/rygel/trusty

« back to all changes in this revision

Viewing changes to data/xml/X_MS_MediaReceiverRegistrar1.xml.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2011-12-16 15:21:25 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111216152125-qgn31dkfmhouhrf0
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
            </argumentList>
22
22
        </action>
23
23
        <action>
24
 
            <name>RegisterDevice</name>
25
 
            <argumentList>
26
 
                <argument>
27
 
                    <name>RegistrationReqMsg</name>
28
 
                    <direction>in</direction>
29
 
                    <relatedStateVariable>A_ARG_TYPE_RegistrationReqMsg</relatedStateVariable>
30
 
                </argument>
31
 
                <argument>
32
 
                    <name>RegistrationRespMsg</name>
33
 
                    <direction>out</direction>
34
 
                    <relatedStateVariable>A_ARG_TYPE_RegistrationRespMsg</relatedStateVariable>
35
 
                </argument>
36
 
            </argumentList>
37
 
        </action>
38
 
        <action>
39
24
            <name>IsValidated</name>
40
25
            <argumentList>
41
26
                <argument>
52
37
        </action>
53
38
    </actionList>
54
39
    <serviceStateTable>
55
 
        <stateVariable>
 
40
        <stateVariable sendEvents="no">
56
41
            <name>A_ARG_TYPE_DeviceID</name>
57
 
            <sendEventsAttribute>no</sendEventsAttribute>
58
42
            <dataType>string</dataType>
59
43
        </stateVariable>
60
 
        <stateVariable>
 
44
        <stateVariable sendEvents="no">
61
45
            <name>A_ARG_TYPE_Result</name>
62
 
            <sendEventsAttribute>no</sendEventsAttribute>
63
46
            <dataType>int</dataType>
64
47
        </stateVariable>
65
 
        <stateVariable>
 
48
        <stateVariable sendEvents="no">
66
49
            <name>A_ARG_TYPE_RegistrationReqMsg</name>
67
 
            <sendEventsAttribute>no</sendEventsAttribute>
68
50
            <dataType>bin.base64</dataType>
69
51
        </stateVariable>
70
 
        <stateVariable>
 
52
        <stateVariable sendEvents="no">
71
53
            <name>A_ARG_TYPE_RegistrationRespMsg</name>
72
 
            <sendEventsAttribute>no</sendEventsAttribute>
73
54
            <dataType>bin.base64</dataType>
74
55
        </stateVariable>
75
 
        <stateVariable>
 
56
        <stateVariable sendEvents="yes">
76
57
            <name>AuthorizationGrantedUpdateID</name>
77
 
            <sendEventsAttribute>no</sendEventsAttribute>
78
58
            <dataType>ui4</dataType>
79
59
        </stateVariable>
80
 
        <stateVariable>
 
60
        <stateVariable sendEvents="yes">
81
61
            <name>AuthorizationDeniedUpdateID</name>
82
 
            <sendEventsAttribute>no</sendEventsAttribute>
83
62
            <dataType>ui4</dataType>
84
63
        </stateVariable>
85
 
        <stateVariable>
 
64
        <stateVariable sendEvents="yes">
86
65
            <name>ValidationSucceededUpdateID</name>
87
 
            <sendEventsAttribute>no</sendEventsAttribute>
88
66
            <dataType>ui4</dataType>
89
67
        </stateVariable>
90
 
        <stateVariable>
 
68
        <stateVariable sendEvents="yes">
91
69
            <name>ValidationRevokedUpdateID</name>
92
 
            <sendEventsAttribute>no</sendEventsAttribute>
93
70
            <dataType>ui4</dataType>
94
71
        </stateVariable>
95
72
    </serviceStateTable>