Switch to unified view

a/upmpd/ConnectionManager.xml b/upmpd/ConnectionManager.xml
...
...
66
        <action>
66
        <action>
67
            <name>GetProtocolInfo</name>
67
            <name>GetProtocolInfo</name>
68
            <argumentList>
68
            <argumentList>
69
                <argument>
69
                <argument>
70
                    <name>Source</name>
70
                    <name>Source</name>
71
                    <direction>out</direction>               <relatedStateVariable>SourceProtocolInfo</relatedStateVariable>
71
                    <direction>out</direction>               
72
          <relatedStateVariable>SourceProtocolInfo</relatedStateVariable>
72
                </argument>
73
                </argument>
73
                <argument>
74
                <argument>
74
                    <name>Sink</name>
75
                    <name>Sink</name>
75
                    <direction>out</direction>               <relatedStateVariable>SinkProtocolInfo</relatedStateVariable>
76
                </argument>
77
            </argumentList>
78
        </action>
79
    <action>
80
    <Optional/>
81
            <name>PrepareForConnection</name>
82
            <argumentList>
83
                <argument>
84
                    <name>RemoteProtocolInfo</name>
85
                    <direction>in</direction>                    <relatedStateVariable>A_ARG_TYPE_ProtocolInfo</relatedStateVariable>
86
                </argument>
87
                <argument>
88
                    <name>PeerConnectionManager</name>
89
                    <direction>in</direction>                  <relatedStateVariable>A_ARG_TYPE_ConnectionManager</relatedStateVariable>
90
                </argument>
91
                <argument>
92
                    <name>PeerConnectionID</name>
93
                    <direction>in</direction>                    <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
94
                </argument>
95
                <argument>
96
                    <name>Direction</name>
76
                    <direction>out</direction>
97
                    <direction>in</direction>                    <relatedStateVariable>A_ARG_TYPE_Direction</relatedStateVariable>
77
          <relatedStateVariable>SinkProtocolInfo</relatedStateVariable>
98
                </argument>
99
                <argument>
100
                    <name>ConnectionID</name>
101
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
102
                </argument>
103
                <argument>
104
                    <name>AVTransportID</name>
105
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_AVTransportID</relatedStateVariable>
106
                </argument>
107
                <argument>
108
                    <name>RcsID</name>
109
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_RcsID</relatedStateVariable>
110
                </argument>
111
            </argumentList>
112
        </action>
113
        <action>
114
    <Optional/>
115
            <name>ConnectionComplete</name>
116
            <argumentList>
117
                <argument>
118
                    <name>ConnectionID</name>
119
                    <direction>in</direction>                    <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
120
                </argument>
78
                </argument>
121
            </argumentList>
79
            </argumentList>
122
        </action>
80
        </action>
123
        <action>
81
        <action>
124
            <name>GetCurrentConnectionIDs</name>
82
            <name>GetCurrentConnectionIDs</name>
125
            <argumentList>
83
            <argumentList>
126
                <argument>
84
                <argument>
127
                    <name>ConnectionIDs</name>
85
                    <name>ConnectionIDs</name>
86
                    <direction>out</direction>
128
                    <direction>out</direction>                    <relatedStateVariable>CurrentConnectionIDs</relatedStateVariable>
87
                    <relatedStateVariable>CurrentConnectionIDs</relatedStateVariable>
129
                </argument>
88
                </argument>
130
            </argumentList>
89
            </argumentList>
131
        </action>
90
        </action>
132
        <action>
91
        <action>
133
            <name>GetCurrentConnectionInfo</name>
92
            <name>GetCurrentConnectionInfo</name>
134
            <argumentList>
93
            <argumentList>
135
                <argument>
94
                <argument>
136
                    <name>ConnectionID</name>
95
                    <name>ConnectionID</name>
96
                    <direction>in</direction>
137
                    <direction>in</direction>                   <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
97
                    <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
138
                </argument>
98
                </argument>
139
                <argument>
99
                <argument>
140
                    <name>RcsID</name>
100
                    <name>RcsID</name>
101
                    <direction>out</direction>
141
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_RcsID</relatedStateVariable>
102
                    <relatedStateVariable>A_ARG_TYPE_RcsID</relatedStateVariable>
142
                </argument>
103
                </argument>
143
                <argument>
104
                <argument>
144
                    <name>AVTransportID</name>
105
                    <name>AVTransportID</name>
106
                    <direction>out</direction>
145
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_AVTransportID</relatedStateVariable>
107
                    <relatedStateVariable>A_ARG_TYPE_AVTransportID</relatedStateVariable>
146
                </argument>
108
                </argument>
147
                <argument>
109
                <argument>
148
                    <name>ProtocolInfo</name>
110
                    <name>ProtocolInfo</name>
111
                    <direction>out</direction>
149
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_ProtocolInfo</relatedStateVariable>
112
                    <relatedStateVariable>A_ARG_TYPE_ProtocolInfo</relatedStateVariable>
150
                </argument>
113
                </argument>
151
                <argument>
114
                <argument>
152
                    <name>PeerConnectionManager</name>
115
                    <name>PeerConnectionManager</name>
116
                    <direction>out</direction>
153
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_ConnectionManager</relatedStateVariable>
117
                    <relatedStateVariable>A_ARG_TYPE_ConnectionManager</relatedStateVariable>
154
                </argument>
118
                </argument>
155
             <argument>
119
             <argument>
156
                    <name>PeerConnectionID</name>
120
                    <name>PeerConnectionID</name>
121
                    <direction>out</direction>
157
                    <direction>out</direction>                   <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
122
                    <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
158
                </argument>
123
                </argument>
159
                <argument>
124
                <argument>
160
                    <name>Direction</name>
125
                    <name>Direction</name>
126
                    <direction>out</direction>
161
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_Direction</relatedStateVariable>
127
                    <relatedStateVariable>A_ARG_TYPE_Direction</relatedStateVariable>
162
                </argument>
128
                </argument>
163
                <argument>
129
                <argument>
164
                    <name>Status</name>
130
                    <name>Status</name>
131
                    <direction>out</direction>
165
                    <direction>out</direction>                    <relatedStateVariable>A_ARG_TYPE_ConnectionStatus</relatedStateVariable>
132
                    <relatedStateVariable>A_ARG_TYPE_ConnectionStatus</relatedStateVariable>
166
                </argument>
133
                </argument>
167
            </argumentList>
134
            </argumentList>
168
        </action>
135
        </action>
169
    </actionList>
136
    </actionList>
170
</scpd>
137
</scpd>