We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb5dad commit ed2aa45Copy full SHA for ed2aa45
UsbClient/UsbClient.cs
@@ -21,7 +21,7 @@ public class UsbClient
21
/// <summary>
22
/// Gets a value indicating whether the USB device is connected or not.
23
/// </summary>
24
- public extern bool IsConnected
+ public static extern bool IsConnected
25
{
26
[MethodImpl(MethodImplOptions.InternalCall)]
27
get;
0 commit comments