I2cController.GetDevice(I2cConnectionSettings) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the I2 C device with the specified settings.
public:
virtual I2cDevice ^ GetDevice(I2cConnectionSettings ^ settings) = GetDevice;
I2cDevice GetDevice(I2cConnectionSettings const& settings);
public I2cDevice GetDevice(I2cConnectionSettings settings);
function getDevice(settings)
Public Function GetDevice (settings As I2cConnectionSettings) As I2cDevice
Parameters
- settings
- I2cConnectionSettings
The desired connection settings.
Returns
The I2 C device.