C# Class GHIElectronics.UAP.Gadgeteer.NativeInterfaces.SerialDevice

Inheritance: SocketInterfaces.SerialDevice
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes publiques

Méthode Description
CreateInterfaceAsync ( string deviceId ) : Task
Read ( byte buffer ) : void
SerialDevice ( Windows.Devices device ) : System
Write ( byte buffer ) : void

Method Details

CreateInterfaceAsync() public static méthode

public static CreateInterfaceAsync ( string deviceId ) : Task
deviceId string
Résultat Task

Read() public méthode

public Read ( byte buffer ) : void
buffer byte
Résultat void

SerialDevice() public méthode

public SerialDevice ( Windows.Devices device ) : System
device Windows.Devices
Résultat System

Write() public méthode

public Write ( byte buffer ) : void
buffer byte
Résultat void