Socket Methods |
The Socket type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateAnalogInput | Create an analog input object instance for a given socket. | |
| CreateGPIOPin | Create a GPIO pin object instance for a given pin of a given socket. | |
| CreateI2CBus | Create an I2C bus object instance for a given socket. | |
| CreateInterruptInput | Create a GPIO input pin instance for the INT (interrupt) pin of a given socket. | |
| CreatePWMOutput | Create a PWM (Pulse Width Modulated) output instance for a given socket. | |
| CreateResetOutput | Create a GPIO output pin object instance for the RST pin of a given socket. | |
| CreateSPIDevice | Create a SPI slave device object instance for a given socket. |