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

alljoyn_busattachment_joinsession() private method

private alljoyn_busattachment_joinsession ( IntPtr bus, [ sessionHost, ushort sessionPort, IntPtr listener, uint &sessionId, IntPtr opts ) : int
bus System.IntPtr
sessionHost [
sessionPort ushort
listener System.IntPtr
sessionId uint
opts System.IntPtr
return int
            private static extern int alljoyn_busattachment_joinsession(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string sessionHost,
				ushort sessionPort,
				IntPtr listener,
				ref uint sessionId,
				IntPtr opts);
AllJoyn.BusAttachment