Exemplo n.º 1
0
 /// <summary>
 ///Resumes scanning operation.
 /// </summary>
 /// <returns>Returns true if the resume command is successfully issued.</returns>
 public bool Resume()
 {
     return(G313Api.ResumeBlockScan(_parent.Handle.ToInt32()));
 }