C# Class Attributes.UserReadRequestEventArgs

Inheritance: System.EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
connection Byte
handle System.UInt16
maxsize Byte
offset System.UInt16

Public Methods

Method Description
UserReadRequestEventArgs ( Byte connection, UInt16 handle, UInt16 offset, Byte maxsize )

Method Details

UserReadRequestEventArgs() public method

public UserReadRequestEventArgs ( Byte connection, UInt16 handle, UInt16 offset, Byte maxsize )
connection Byte
handle System.UInt16
offset System.UInt16
maxsize Byte

Property Details

connection public property

public Byte connection
return Byte

handle public property

public UInt16,System handle
return System.UInt16

maxsize public property

public Byte maxsize
return Byte

offset public property

public UInt16,System offset
return System.UInt16