C# 클래스 SM.PasskeyDisplayEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: jrowberg/bglib

공개 프로퍼티들

프로퍼티 타입 설명
handle Byte
passkey System.UInt32

공개 메소드들

메소드 설명
PasskeyDisplayEventArgs ( Byte handle, UInt32 passkey )

메소드 상세

PasskeyDisplayEventArgs() 공개 메소드

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

프로퍼티 상세

handle 공개적으로 프로퍼티

public Byte handle
리턴 Byte

passkey 공개적으로 프로퍼티

public UInt32,System passkey
리턴 System.UInt32