OpenHome.Net.ControlPoint.Invocation.CpServiceInvocation C# (CSharp) Method

CpServiceInvocation() private method

private CpServiceInvocation ( IntPtr aService, IntPtr aAction, CpProxy aCallback, IntPtr aPtr ) : IntPtr
aService System.IntPtr
aAction System.IntPtr
aCallback CpProxy
aPtr System.IntPtr
return System.IntPtr
        static extern IntPtr CpServiceInvocation(IntPtr aService, IntPtr aAction, CpProxy.CallbackActionComplete aCallback, IntPtr aPtr);
#if IOS