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

alljoyn_busattachment_connect() private method

private alljoyn_busattachment_connect ( IntPtr bus, [ connectSpec ) : int
bus System.IntPtr
connectSpec [
return int
            private static extern int alljoyn_busattachment_connect(IntPtr bus,
				[MarshalAs(UnmanagedType.LPStr)] string connectSpec);
AllJoyn.BusAttachment