C# Class Attributes.StatusEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: jrowberg/bglib

Public Properties

Property Type Description
flags Byte
handle System.UInt16

Public Methods

Method Description
StatusEventArgs ( UInt16 handle, Byte flags )

Method Details

StatusEventArgs() public method

public StatusEventArgs ( UInt16 handle, Byte flags )
handle System.UInt16
flags Byte

Property Details

flags public_oe property

public Byte flags
return Byte

handle public_oe property

public UInt16,System handle
return System.UInt16