IGpioPinProvider.IsDriveModeSupported(ProviderGpioPinDriveMode) 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.
Determines if a drive mode is supported for the pin.
public:
bool IsDriveModeSupported(ProviderGpioPinDriveMode driveMode);
bool IsDriveModeSupported(ProviderGpioPinDriveMode const& driveMode);
public bool IsDriveModeSupported(ProviderGpioPinDriveMode driveMode);
function isDriveModeSupported(driveMode)
Public Function IsDriveModeSupported (driveMode As ProviderGpioPinDriveMode) As Boolean
Parameters
- driveMode
- ProviderGpioPinDriveMode
The desired drive mode.
Returns
Boolean
bool
True if the drive mode is supported; otherwise false.