Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ImageClassifier
SerialDataEventArgs
C# Class ImageClassifier.SerialDataEventArgs
EventArgs used to send bytes recieved on serial port
Inheritance:
System.EventArgs
Show file
Open project: GemHunt/CoinSorter
Class Usage Examples
Public Properties
Property
Type
Description
Data
byte[]
Public Methods
Method
Description
SerialDataEventArgs
(
byte
dataInByteArray
) :
System
Method Details
SerialDataEventArgs()
public
method
public
SerialDataEventArgs
(
byte
dataInByteArray
) :
System
dataInByteArray
byte
return
System
Property Details
Data
public property
Byte array containing data from serial port
public
byte[]
Data
return
byte[]