Click or drag to resize

Socket Class

Encapsulates mikroBUS sockets.
Inheritance Hierarchy
SystemObject
  IO.Objects.RemoteIO.mikroBUSSocket

Namespace: IO.Objects.RemoteIO.mikroBUS
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.76.2
Syntax
C#
public class Socket : Socket

The Socket type exposes the following members.

Constructors
 NameDescription
Public methodSocket Constructor for a single mikroBUS socket.
Top
Methods
 NameDescription
Public methodCreateAnalogInput Create an analog input object instance for a given socket.
Public methodCreateGPIOPin Create a GPIO pin object instance for a given pin of a given socket.
Public methodCreateI2CBus Create an I2C bus object instance for a given socket.
Public methodCreateInterruptInput Create a GPIO input pin instance for the INT (interrupt) pin of a given socket.
Public methodCreatePWMOutput Create a PWM (Pulse Width Modulated) output instance for a given socket.
Public methodCreateResetOutput Create a GPIO output pin object instance for the RST pin of a given socket.
Public methodCreateSPIDevice Create a SPI slave device object instance for a given socket.
Top
See Also