AllJoynUnity.AllJoyn.BusAttachment.alljoyn_busattachment_deleteinterface C# (CSharp) Method

alljoyn_busattachment_deleteinterface() private method

private alljoyn_busattachment_deleteinterface ( IntPtr bus, IntPtr iface ) : int
bus System.IntPtr
iface System.IntPtr
return int
            private static extern int alljoyn_busattachment_deleteinterface(IntPtr bus, IntPtr iface);
AllJoyn.BusAttachment