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

alljoyn_busattachment_create() private method

private alljoyn_busattachment_create ( [ applicationName, int allowRemoteMessages ) : IntPtr
applicationName [
allowRemoteMessages int
return System.IntPtr
            private static extern IntPtr alljoyn_busattachment_create(
				[MarshalAs(UnmanagedType.LPStr)] string applicationName,
				int allowRemoteMessages);
AllJoyn.BusAttachment