Implement stubs for actual connection manager methods

This commit is contained in:
Igor Katson 2024-08-29 12:23:18 +01:00
parent 99ffeec323
commit 0960a768e6
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 63 additions and 11 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>