I2CDevice Members
.NET Micro Framework 3.0
The following tables list the members exposed by the I2CDevice type.
| Name | Description | |
|---|---|---|
![]() | ~I2CDevice | Deletes an instance of the I2CDevice class. |
| Name | Description | |
|---|---|---|
![]() | Config | Contains the device's configuration data. |
| Name | Description | |
|---|---|---|
![]() | m_disposed | Set to true when this I2CDevice object has been disposed and its resources released; otherwise set to false. |
| Name | Description | |
|---|---|---|
![]() | CreateReadTransaction | Creates an I2CReadTransaction object that can be passed to the Execute method. |
![]() | CreateWriteTransaction | Creates an I2CWriteTransaction object that can be passed to the Execute method. |
![]() | Dispose | Releases resources used by the I2CDevice object. |
![]() | Equals | (Inherited from Object.) |
![]() | Execute | Executes a transaction by scheduling the transfer of the data involved. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ReferenceEquals | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | MemberwiseClone | (Inherited from Object.) |


