C# Class SM.PasskeyDisplayEventArgs

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

Méthodes publiques

Свойство Type Description
handle Byte
passkey System.UInt32

Méthodes publiques

Méthode Description
PasskeyDisplayEventArgs ( Byte handle, UInt32 passkey )

Method Details

PasskeyDisplayEventArgs() public méthode

public PasskeyDisplayEventArgs ( Byte handle, UInt32 passkey )
handle Byte
passkey System.UInt32

Property Details

handle public_oe property

public Byte handle
Résultat Byte

passkey public_oe property

public UInt32,System passkey
Résultat System.UInt32