Sends a Word Serial CLEAR command to the specified message-based VXI device.
[ lStatus = ] VxiClear ( lLA )
The VxiClear procedure syntax has the following parts:
|
Name |
Type |
Description |
|
lStatus |
Long |
Status |
|
lLA |
Val Long |
Device logical address |
The lLA contains the logical address of the device and may be obtained using the GetDriverAddress function.
If lStatus is negative, an error has occurred. Otherwise, the function is successful.
The following command clears the VXI device at logical address 5:
VxiClear(5)