C# 클래스 Attributes.UserReadRequestEventArgs

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

공개 프로퍼티들

프로퍼티 타입 설명
connection Byte
handle System.UInt16
maxsize Byte
offset System.UInt16

공개 메소드들

메소드 설명
UserReadRequestEventArgs ( Byte connection, UInt16 handle, UInt16 offset, Byte maxsize )

메소드 상세

UserReadRequestEventArgs() 공개 메소드

public UserReadRequestEventArgs ( Byte connection, UInt16 handle, UInt16 offset, Byte maxsize )
connection Byte
handle System.UInt16
offset System.UInt16
maxsize Byte

프로퍼티 상세

connection 공개적으로 프로퍼티

public Byte connection
리턴 Byte

handle 공개적으로 프로퍼티

public UInt16,System handle
리턴 System.UInt16

maxsize 공개적으로 프로퍼티

public Byte maxsize
리턴 Byte

offset 공개적으로 프로퍼티

public UInt16,System offset
리턴 System.UInt16