C# 클래스 System.ScriptFailureEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
address UInt16
reason UInt16

공개 메소드들

메소드 설명
ScriptFailureEventArgs ( UInt16 address, UInt16 reason )

메소드 상세

ScriptFailureEventArgs() 공개 메소드

public ScriptFailureEventArgs ( UInt16 address, UInt16 reason )
address UInt16
reason UInt16

프로퍼티 상세

address 공개적으로 프로퍼티

public UInt16,System address
리턴 UInt16

reason 공개적으로 프로퍼티

public UInt16,System reason
리턴 UInt16