SetDevice |
Top |
int SetDevice(char manufacturer[], char name[]); Description Set device type. The manufacturer parameter is the device manufacturer name, name is the device name. Returned value TRUE if the device is successfully selected, FALSE if it is not found. Example SetDevice("Altera", "EP910"); |