int ibunlock (int boardDevice);
Releases a lock on a GPIB-ENET board or device. Refer to the iblock function for more information. In general, you should release your lock on a GPIB-ENET connection immediately after you make your critical access.
Input | ||
Name | Type | Description |
---|---|---|
boardDevice | integer | Device descriptor you obtain from OpenDev, ibfind, or ibdev. |
Name | Type | Description |
---|---|---|
status | integer | Indicates whether the function succeeded. |