Table of Contents

Class UnknownCommandReceivedEventArgs

Namespace
Z21.Core.Model.EventArgs
Assembly
Z21.Client.dll
public class UnknownCommandReceivedEventArgs : EventArgs
Inheritance
UnknownCommandReceivedEventArgs
Inherited Members

Constructors

UnknownCommandReceivedEventArgs(byte[])

public UnknownCommandReceivedEventArgs(byte[] unknownDatagram)

Parameters

unknownDatagram byte[]

Properties

UnknownDatagram

public byte[] UnknownDatagram { get; }

Property Value

byte[]