Implement stubs for actual connection manager methods
This commit is contained in:
parent
99ffeec323
commit
0960a768e6
6 changed files with 63 additions and 11 deletions
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<s:Envelope
|
||||
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
|
||||
s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<s:Body>
|
||||
<u:GetCurrentConnectionIDsResponse xmlns:u="urn:schemas-upnp-org:service:ConnectionManager:1">
|
||||
<ConnectionIDs></ConnectionIDs>
|
||||
</u:GetCurrentConnectionIDsResponse>
|
||||
</s:Body>
|
||||
</s:Envelope>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0"?>
|
||||
<s:Envelope
|
||||
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
|
||||
s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<s:Body>
|
||||
<u:GetCurrentConnectionInfoResponse xmlns:u="urn:schemas-upnp-org:service:ConnectionManager:1">
|
||||
<RcsID>0</RcsID>
|
||||
<AVTransportID>0</AVTransportID>
|
||||
<ProtocolInfo>http-get:*:*:DLNA.ORG_OP=01</ProtocolInfo>
|
||||
<PeerConnectionManager></PeerConnectionManager>
|
||||
<PeerConnectionID>-1</PeerConnectionID>
|
||||
<Direction>Output</Direction>
|
||||
<Status>OK</Status>
|
||||
</u:GetCurrentConnectionInfoResponse>
|
||||
</s:Body>
|
||||
</s:Envelope>
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
</argument>
|
||||
</argumentList>
|
||||
</action>
|
||||
<action>
|
||||
<!--action>
|
||||
<name>PrepareForConnection</name>
|
||||
<argumentList>
|
||||
<argument>
|
||||
|
|
@ -59,8 +59,8 @@
|
|||
<relatedStateVariable>A_ARG_TYPE_RcsID</relatedStateVariable>
|
||||
</argument>
|
||||
</argumentList>
|
||||
</action>
|
||||
<action>
|
||||
</action-->
|
||||
<!--action>
|
||||
<name>ConnectionComplete</name>
|
||||
<argumentList>
|
||||
<argument>
|
||||
|
|
@ -69,7 +69,7 @@
|
|||
<relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
|
||||
</argument>
|
||||
</argumentList>
|
||||
</action>
|
||||
</action-->
|
||||
<action>
|
||||
<name>GetCurrentConnectionIDs</name>
|
||||
<argumentList>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue