Exemplo n.º 1
0
 /// <summary>
 ///Stops scanning operation.
 /// </summary>
 /// <returns>Returns true if the stop command is successfully issued.</returns>
 public bool Stop()
 {
     _started = false;
     return(G313Api.StopBlockScan(_parent.Handle.ToInt32()));
 }