
In the InitializeDevices() function of the sample plug-in, whether a device is found or not, it calls the Ranger function DevicesInitialized(). So presumably calling this function doesn't mean the device has actually been initialized but only that the plugin's InitializeDevices() function is done working. This isn't a problem; I just wanted to get confirmation that this is the correct meaning.