public void GetCurrentConnectionInfo(System.Int32 ConnectionID, object _Tag, Delegate_OnResult_GetCurrentConnectionInfo _Callback)
 {
     UPnPArgument[] args = new UPnPArgument[8];
     args[0] = new UPnPArgument("ConnectionID", ConnectionID);
     args[1] = new UPnPArgument("RcsID", "");
     args[2] = new UPnPArgument("AVTransportID", "");
     args[3] = new UPnPArgument("ProtocolInfo", "");
     args[4] = new UPnPArgument("PeerConnectionManager", "");
     args[5] = new UPnPArgument("PeerConnectionID", "");
     args[6] = new UPnPArgument("Direction", "");
     args[7] = new UPnPArgument("Status", "");
     _S.InvokeAsync("GetCurrentConnectionInfo", args, new object[2] {
         _Tag, _Callback
     }, new UPnPService.UPnPServiceInvokeHandler(Sink_GetCurrentConnectionInfo), new UPnPService.UPnPServiceInvokeErrorHandler(Error_Sink_GetCurrentConnectionInfo));
 }
 public void AddWeakEvent_Result_GetCurrentConnectionInfo(Delegate_OnResult_GetCurrentConnectionInfo d)
 {
     WeakList_GetCurrentConnectionInfo.Add(new WeakReference(d));
 }
Esempio n. 3
0
 public void GetCurrentConnectionInfo(System.Int32 ConnectionID, object _Tag, Delegate_OnResult_GetCurrentConnectionInfo _Callback)
 {
    UPnPArgument[] args = new UPnPArgument[8];
    args[0] = new UPnPArgument("ConnectionID", ConnectionID);
    args[1] = new UPnPArgument("RcsID", "");
    args[2] = new UPnPArgument("AVTransportID", "");
    args[3] = new UPnPArgument("ProtocolInfo", "");
    args[4] = new UPnPArgument("PeerConnectionManager", "");
    args[5] = new UPnPArgument("PeerConnectionID", "");
    args[6] = new UPnPArgument("Direction", "");
    args[7] = new UPnPArgument("Status", "");
    _S.InvokeAsync("GetCurrentConnectionInfo", args, new object[2]{_Tag,_Callback},new UPnPService.UPnPServiceInvokeHandler(Sink_GetCurrentConnectionInfo), new UPnPService.UPnPServiceInvokeErrorHandler(Error_Sink_GetCurrentConnectionInfo));
 }
Esempio n. 4
0
 public void AddWeakEvent_Result_GetCurrentConnectionInfo(Delegate_OnResult_GetCurrentConnectionInfo d)
 {
     WeakList_GetCurrentConnectionInfo.Add(new WeakReference(d));
 }