C# Class Attributes.UserReadRequestEventArgs

Inheritance: System.EventArgs
显示文件 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_oe property

public Byte connection
return Byte

handle public_oe property

public UInt16,System handle
return System.UInt16

maxsize public_oe property

public Byte maxsize
return Byte

offset public_oe property

public UInt16,System offset
return System.UInt16