C# Class System.BootEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: jrowberg/bglib

Méthodes publiques

Свойство Type Description
build UInt16
hw Byte
ll_version UInt16
major UInt16
minor UInt16
patch UInt16
protocol_version Byte

Méthodes publiques

Méthode Description
BootEventArgs ( UInt16 major, UInt16 minor, UInt16 patch, UInt16 build, UInt16 ll_version, Byte protocol_version, Byte hw )

Method Details

BootEventArgs() public méthode

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_oe property

public UInt16,System build
Résultat UInt16

hw public_oe property

public Byte hw
Résultat Byte

ll_version public_oe property

public UInt16,System ll_version
Résultat UInt16

major public_oe property

public UInt16,System major
Résultat UInt16

minor public_oe property

public UInt16,System minor
Résultat UInt16

patch public_oe property

public UInt16,System patch
Résultat UInt16

protocol_version public_oe property

public Byte protocol_version
Résultat Byte