[Mono-bugs] [Bug 655153] Add support for Bluetooth sockets

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 6 16:42:05 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=655153

https://bugzilla.novell.com/show_bug.cgi?id=655153#c3


Miguel de Icaza <miguel at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |miguel at novell.com
         Resolution|                            |INVALID

--- Comment #3 from Miguel de Icaza <miguel at novell.com> 2010-12-06 21:42:05 UTC ---
Since this is not part of the official .NET API, I would not want to add this
to Mono as it would create an incompatible API change.

My suggestion is that you create a managed library that does two things:

(a) Uses P/Invoke to create the socket with the Bluetooth family.

(b) uses Reflection to set the private field "socket" with the value from
creating the socket.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list