I2cConnectionSettings Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente les paramètres de connexion que vous souhaitez utiliser pour un appareil à circuit inter-intégré (I2 C).
public ref class I2cConnectionSettings sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.I2c.II2cConnectionSettingsFactory, 65536, Windows.Devices.DevicesLowLevelContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class I2cConnectionSettings final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.I2c.II2cConnectionSettingsFactory, 65536, "Windows.Devices.DevicesLowLevelContract")]
class I2cConnectionSettings final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.I2c.II2cConnectionSettingsFactory), 65536, typeof(Windows.Devices.DevicesLowLevelContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class I2cConnectionSettings
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.I2c.II2cConnectionSettingsFactory), 65536, "Windows.Devices.DevicesLowLevelContract")]
public sealed class I2cConnectionSettings
function I2cConnectionSettings(slaveAddress)
Public NotInheritable Class I2cConnectionSettings
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows IoT Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.Devices.DevicesLowLevelContract (introduit dans v1.0)
|
Constructeurs
I2cConnectionSettings(Int32) |
Crée et initialise une nouvelle instance de la classe I2cConnectionSettings pour l’appareil de circuit inter-intégré (I2 C) avec l’adresse de bus spécifiée, en utilisant les paramètres par défaut du mode standard pour la vitesse du bus et le mode de partage exclusif. |
Propriétés
BusSpeed |
Obtient ou définit la vitesse du bus à utiliser pour la connexion à un appareil à circuit inter-intégré (I2 C). La vitesse du bus est la fréquence à laquelle l’horloge du bus I2 C lors de l’accès à l’appareil. |
SharingMode |
Obtient ou définit le mode de partage à utiliser pour se connecter à l’adresse de bus du circuit inter-intégré (I2 C). Ce mode détermine si d’autres connexions à l’adresse de bus I2 C peuvent être ouvertes lorsque vous êtes connecté à l’adresse de bus I2 C. |
SlaveAddress |
Obtient ou définit l’adresse de bus de l’appareil de circuit inter-intégré (I2 C). |