OutputPort Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the value of a GPIO pin for an instance of the OutputPort class.
System..::..Object
Microsoft.SPOT.Hardware..::..NativeEventDispatcher
Microsoft.SPOT.Hardware..::..Port
Microsoft.SPOT.Hardware..::..OutputPort
Microsoft.SPOT.Hardware..::..TristatePort
Microsoft.SPOT.Hardware..::..NativeEventDispatcher
Microsoft.SPOT.Hardware..::..Port
Microsoft.SPOT.Hardware..::..OutputPort
Microsoft.SPOT.Hardware..::..TristatePort
Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
The OutputPort type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | OutputPort(Cpu..::..Pin, Boolean) | Initializes a new instance of the OutputPort class. |
![]() | OutputPort(Cpu..::..Pin, Boolean, Boolean, Port..::..ResistorMode) | Initializes a new instance of the OutputPort class. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets the indentifier (ID) for a port. (Inherited from Port.) |
![]() | InitialState | Gets the initial value for the output port after it is activated. |
| Name | Description | |
|---|---|---|
![]() | DisableInterrupt | Disables the interrupt for this NativeEventDispatcher object. (Inherited from NativeEventDispatcher.) |
![]() | Dispose()()()() | Releases resources used by this NativeEventDispatcher object. (Inherited from NativeEventDispatcher.) |
![]() | Dispose(Boolean) | Disables the pin for a port and marks it as available for reuse. (Inherited from Port.) |
![]() | EnableInterrupt | Enables the interrupt for this NativeEventDispatcher object. (Inherited from NativeEventDispatcher.) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Performs cleanup operations. (Inherited from NativeEventDispatcher.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read | Reads a Boolean value at the port input. (Inherited from Port.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write | Writes a value to the port output. |
| Name | Description | |
|---|---|---|
![]() | OnInterrupt | Adds or removes callback methods for native events. (Inherited from NativeEventDispatcher.) |
| Name | Description | |
|---|---|---|
![]() | m_callbacks | The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate). (Inherited from NativeEventDispatcher.) |
![]() | m_disposed | Set to true if this NativeEventDispatcher object has been disposed, or false if not. (Inherited from NativeEventDispatcher.) |
![]() | m_threadSpawn | The event handler for this NativeEventDispatcher object (a mulitcast combinable delegate). (Inherited from NativeEventDispatcher.) |
