C# Class basic_light_board.SerialNumberArgs

Inheritance: System.EventArgs
Show file Open project: ImagineLearning/NerfGallery Class Usage Examples

Public Properties

Property Type Description
SerialNumber System.UInt32

Public Methods

Method Description
SerialNumberArgs ( UInt32 serial ) : System

Method Details

SerialNumberArgs() public method

public SerialNumberArgs ( UInt32 serial ) : System
serial System.UInt32
return System

Property Details

SerialNumber public property

public UInt32,System SerialNumber
return System.UInt32