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

alljoyn_busattachment_createinterface() private method

private alljoyn_busattachment_createinterface ( IntPtr bus, [ name, IntPtr &iface, int secure ) : int
bus System.IntPtr
name [
iface System.IntPtr
secure int
return int
            private static extern int alljoyn_busattachment_createinterface(
				IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string name,
				ref IntPtr iface,
				int secure);
AllJoyn.BusAttachment