Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
GHIElectronics
UAP
Gadgeteer
SocketInterfaces
SerialDevice
C# Class GHIElectronics.UAP.Gadgeteer.SocketInterfaces.SerialDevice
Mostrar archivo
Open project: amykatenicho/IoTWorkshop
Public Methods
Method
Description
Read
(
byte
buffer
) :
void
ReadByte
( ) :
byte
Write
(
byte
buffer
) :
void
WriteByte
(
byte
data
) :
void
Protected Methods
Method
Description
SerialDevice
( ) :
System
Method Details
Read()
public
abstract
method
public
abstract
Read
(
byte
buffer
) :
void
buffer
byte
return
void
ReadByte()
public
method
public
ReadByte
( ) :
byte
return
byte
SerialDevice()
protected
method
protected
SerialDevice
( ) :
System
return
System
Write()
public
abstract
method
public
abstract
Write
(
byte
buffer
) :
void
buffer
byte
return
void
WriteByte()
public
method
public
WriteByte
(
byte
data
) :
void
data
byte
return
void