IGpioPinProvider.Write(ProviderGpioPinValue) 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.
Writes a value to the pin.
public:
void Write(ProviderGpioPinValue value);
void Write(ProviderGpioPinValue const& value);
public void Write(ProviderGpioPinValue value);
function write(value)
Public Sub Write (value As ProviderGpioPinValue)
Parameters
- value
- ProviderGpioPinValue
The value to write.