C# 클래스 Hardware.ADCResultEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
input Byte
value System.Int16

공개 메소드들

메소드 설명
ADCResultEventArgs ( Byte input, Int16 value )

메소드 상세

ADCResultEventArgs() 공개 메소드

public ADCResultEventArgs ( Byte input, Int16 value )
input Byte
value System.Int16

프로퍼티 상세

input 공개적으로 프로퍼티

public Byte input
리턴 Byte

value 공개적으로 프로퍼티

public Int16,System value
리턴 System.Int16