User guide
August 2001 211
Connecting Boards in an H.100 bus
Example 14. MVIP95_CMD_SET_OUTPUT Sample Code
(Continued)
/* Perform a FULL-DUPLEX connection */
IoctlResult = BrktDeviceIoControl(
BoardHandle,
MVIP95_CMD_SET_OUTPUT,
&Connect,
sizeof(Connect),
NULL,
0,
&BytesReturned,
NULL);
if (!IoctlResult)
printf("MVIP95_CMD_SET_OUTPUT failed:"
"BrktGetLastError = %d\n",
BrktGetLastError (BoardHandle));
BrktCloseDevice (BoardHandle);
} /* main */