Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IoBytesEventArgs.cs
1
using
System
;
2
3
namespace
Waher.Runtime.Temporary
4
{
8
public
class
IoBytesEventArgs
: EventArgs
9
{
15
public
IoBytesEventArgs
(
int
Nr
,
long
Total
)
16
{
17
this.Nr =
Nr
;
18
this.Total =
Total
;
19
}
20
24
public
int
Nr
{
get
; }
25
29
public
long
Total
{
get
; }
30
}
31
}
Waher.Runtime.Temporary.IoBytesEventArgs
Event arguments for an I/O bytes event.
Definition:
IoBytesEventArgs.cs:9
Waher.Runtime.Temporary.IoBytesEventArgs.IoBytesEventArgs
IoBytesEventArgs(int Nr, long Total)
Event arguments for an I/O bytes event.
Definition:
IoBytesEventArgs.cs:15
Waher.Runtime.Temporary.IoBytesEventArgs.Total
long Total
Total number of bytes
Definition:
IoBytesEventArgs.cs:29
Waher.Runtime.Temporary.IoBytesEventArgs.Nr
int Nr
Number of bytes
Definition:
IoBytesEventArgs.cs:24
System
Definition:
Adapters.g.cs:58
Waher.Runtime.Temporary
Definition:
IoBytesEventArgs.cs:4
IoTGateway
Runtime
Waher.Runtime.Temporary
IoBytesEventArgs.cs
Generated by
1.9.5