IPwmControllerProvider.ReleasePin(Int32) 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.
Releases connection to specified pin and makes that pin available to others.
public:
void ReleasePin(int pin);
void ReleasePin(int const& pin);
public void ReleasePin(int pin);
function releasePin(pin)
Public Sub ReleasePin (pin As Integer)
Parameters
- pin
-
Int32
int
Which pin to release.