Class DataReceivedEventArgs
Class used to define the arguments of the data received event.
Inherited Members
Namespace: DigiIoTDigiIoT.MauiEvents
Assembly: DigiIoT.Maui.dll
Syntax
public class DataReceivedEventArgs : EventArgs
Constructors
DataReceivedEventArgs(byte[])
Instantiates a DataReceivedEventArgs object with the provided parameters.
Declaration
public DataReceivedEventArgs(byte[] data)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | data | Data. |
Properties
Data
The data received.
Declaration
public byte[] Data { get; }
Property Value
| Type | Description |
|---|---|
| byte |