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

alljoyn_busattachment_getinterfaces() private method

private alljoyn_busattachment_getinterfaces ( IntPtr bus, IntPtr ifaces, UIntPtr numIfaces ) : UIntPtr
bus System.IntPtr
ifaces System.IntPtr
numIfaces System.UIntPtr
return System.UIntPtr
            private static extern UIntPtr alljoyn_busattachment_getinterfaces(IntPtr bus, IntPtr ifaces, UIntPtr numIfaces);
AllJoyn.BusAttachment