net11.0
namespace System.Device.I2c
{
    public abstract class I2cSimulatedDeviceBase : I2cDevice
    {
        public abstract class RegisterBase : IComparable, IEquatable<RegisterBase>
        {
            public override string! ToString();
        }
    }
}
.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 Iot.Device.Bindings.

Package Iot.Device.Bindings (4.2.0) net8.0
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API