Table of Contents

Class BytesReceivedEventArgs

Namespace
CommandStation.Transport
Assembly
CommandStation.Abstractions.dll
public class BytesReceivedEventArgs : EventArgs
Inheritance
BytesReceivedEventArgs
Inherited Members

Constructors

BytesReceivedEventArgs(byte[])

public BytesReceivedEventArgs(byte[] data)

Parameters

data byte[]

Properties

Data

public byte[] Data { get; }

Property Value

byte[]