Skip to content

Commit ed2aa45

Browse files
authored
UsbClient.IsConnected is now static (#7)
1 parent eeb5dad commit ed2aa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UsbClient/UsbClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class UsbClient
2121
/// <summary>
2222
/// Gets a value indicating whether the USB device is connected or not.
2323
/// </summary>
24-
public extern bool IsConnected
24+
public static extern bool IsConnected
2525
{
2626
[MethodImpl(MethodImplOptions.InternalCall)]
2727
get;

0 commit comments

Comments
 (0)