C# 클래스 SM.BondStatusEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
bond Byte
keys Byte
keysize Byte
mitm Byte

공개 메소드들

메소드 설명
BondStatusEventArgs ( Byte bond, Byte keysize, Byte mitm, Byte keys )

메소드 상세

BondStatusEventArgs() 공개 메소드

public BondStatusEventArgs ( Byte bond, Byte keysize, Byte mitm, Byte keys )
bond Byte
keysize Byte
mitm Byte
keys Byte

프로퍼티 상세

bond 공개적으로 프로퍼티

public Byte bond
리턴 Byte

keys 공개적으로 프로퍼티

public Byte keys
리턴 Byte

keysize 공개적으로 프로퍼티

public Byte keysize
리턴 Byte

mitm 공개적으로 프로퍼티

public Byte mitm
리턴 Byte