C# Класс Attributes.ValueEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
connection Byte
handle System.UInt16
offset System.UInt16
reason Byte
value Byte[]

Открытые методы

Метод Описание
ValueEventArgs ( Byte connection, Byte reason, UInt16 handle, UInt16 offset, Byte value )

Описание методов

ValueEventArgs() публичный Метод

public ValueEventArgs ( Byte connection, Byte reason, UInt16 handle, UInt16 offset, Byte value )
connection Byte
reason Byte
handle System.UInt16
offset System.UInt16
value Byte

Описание свойств

connection публичное свойство

public Byte connection
Результат Byte

handle публичное свойство

public UInt16,System handle
Результат System.UInt16

offset публичное свойство

public UInt16,System offset
Результат System.UInt16

reason публичное свойство

public Byte reason
Результат Byte

value публичное свойство

public Byte[] value
Результат Byte[]