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

alljoyn_busattachment_namehasowner() private method

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