Class GpioPin

Represents a general purpose IO pin.

System.Object
  RoboticsConnection.Serializer.Components.SerializerComponent
    RoboticsConnection.Serializer.Components.QueryableComponentBase
      RoboticsConnection.Serializer.Components.GpioPin

public class GpioPin : QueryableComponentBase, IGpioPin

Remarks

The General Purpose I/O Port is shown below (pins 0-9):

Class Members


MemberDescription
Constructor Initializes a new instance of the
GpioPin
class.
Changed Occurs when
State
changes.
Cleared Occurs when
State
changes from 1 to 0.
Set Occurs when
State
changes from 0 to 1.
GpioPinIdDefault The default value for the
GpioPinId
property.
Enabled Inherited from RoboticsConnection.Serializer.Components.QueryableComponentBase
Pin Id of the physical GPIO pin.
Serializer Inherited from RoboticsConnection.Serializer.Components.SerializerComponent
State The state of the General Purpose IO pin on the Serializer board.
UpdateFrequency Inherited from RoboticsConnection.Serializer.Components.QueryableComponentBase

Requirements

Namespace: RoboticsConnection.Serializer.Components
Assembly: RoboticsConnection.Serializer.dll


Last Updated: 3/16/2008