예제 #1
0
 /// <inheritdoc/>
 public bool TryOpen(out HidStream stream)
 {
     return(TryOpen(null, out stream));
 }