C# Class System.BootEventArgs

Inheritance: EventArgs
Show file Open project: jrowberg/bglib

Public Properties

Property Type Description
build UInt16
hw Byte
ll_version UInt16
major UInt16
minor UInt16
patch UInt16
protocol_version Byte

Public Methods

Method Description
BootEventArgs ( UInt16 major, UInt16 minor, UInt16 patch, UInt16 build, UInt16 ll_version, Byte protocol_version, Byte hw )

Method Details

BootEventArgs() public method

public BootEventArgs ( UInt16 major, UInt16 minor, UInt16 patch, UInt16 build, UInt16 ll_version, Byte protocol_version, Byte hw )
major UInt16
minor UInt16
patch UInt16
build UInt16
ll_version UInt16
protocol_version Byte
hw Byte

Property Details

build public property

public UInt16,System build
return UInt16

hw public property

public Byte hw
return Byte

ll_version public property

public UInt16,System ll_version
return UInt16

major public property

public UInt16,System major
return UInt16

minor public property

public UInt16,System minor
return UInt16

patch public property

public UInt16,System patch
return UInt16

protocol_version public property

public Byte protocol_version
return Byte