C# 클래스 Ev3devMapping.ControlAttribute

파일 보기 프로젝트 열기: bmegli/ev3dev-mapping-ui 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
length byte

공개 메소드들

메소드 설명
ControlAttribute ( ControlAttributes attr, byte len ) : System.Collections
FromBinary ( BinaryReader reader ) : ControlAttribute
GetAttribute ( ) : ControlAttributes
GetTotalLength ( ) : ushort
ToBinary ( BinaryWriter writer ) : int
Value ( ) : object

메소드 상세

ControlAttribute() 공개 메소드

public ControlAttribute ( ControlAttributes attr, byte len ) : System.Collections
attr ControlAttributes
len byte
리턴 System.Collections

FromBinary() 공개 정적인 메소드

public static FromBinary ( BinaryReader reader ) : ControlAttribute
reader BinaryReader
리턴 ControlAttribute

GetAttribute() 공개 메소드

public GetAttribute ( ) : ControlAttributes
리턴 ControlAttributes

GetTotalLength() 공개 메소드

public GetTotalLength ( ) : ushort
리턴 ushort

ToBinary() 공개 메소드

public ToBinary ( BinaryWriter writer ) : int
writer System.IO.BinaryWriter
리턴 int

Value() 공개 추상적인 메소드

public abstract Value ( ) : object
리턴 object

프로퍼티 상세

length 보호되어 있는 프로퍼티

protected byte length
리턴 byte