Ejemplo n.º 1
0
 /// <summary>
 /// This operation unmaps the region previously mapped by the MapAddress() operation.
 /// </summary>
 public void UnmapAddress()
 {
     CheckStatus(AgVisa32.viUnmapAddress(mSession));
 }