C# Class DFU.BootEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: jrowberg/bglib

Public Properties

Property Type Description
version System.UInt32

Public Methods

Method Description
BootEventArgs ( UInt32 version )

Method Details

BootEventArgs() public method

public BootEventArgs ( UInt32 version )
version System.UInt32

Property Details

version public_oe property

public UInt32,System version
return System.UInt32