I2cSimulatedDeviceBase
Register<T>
RegisterBase
I2cSimulatedDeviceBase(I2cConnectionSettings)
ConnectionSettings
CurrentRegister
RegisterMap
Dispose(Boolean)
QueryComponentInformation()
Read(Span<Byte>)
ReadByte()
Write(ReadOnlySpan<Byte>)
WriteByte(Byte)
WriteRead(Byte[], Byte[])
WriteRead(ReadOnlySpan<Byte>, Span<Byte>)
net11.0
namespace System.Device.I2c
{
public abstract class I2cSimulatedDeviceBase : I2cDevice
{
public abstract void WriteRead(byte[]! inputBuffer, byte[]! outputBuffer);
}
}
| .NET | 8.09.010.011.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | Iot.Device.Bindings , Version=4.2.0.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | Your project needs a package reference to |
| Package | Iot.Device.Bindings (4.2.0) net8.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API