C# 클래스 BRM_vscp_message.message_frame

파일 보기 프로젝트 열기: grodansparadis/vscp_firmware 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
msg byte[]
msgflags byte
size byte

공개 메소드들

메소드 설명
AddByte ( byte i_byte ) : bool
message_frame ( ) : System

메소드 상세

AddByte() 공개 메소드

public AddByte ( byte i_byte ) : bool
i_byte byte
리턴 bool

message_frame() 공개 메소드

public message_frame ( ) : System
리턴 System

프로퍼티 상세

msg 공개적으로 프로퍼티

public byte[] msg
리턴 byte[]

msgflags 공개적으로 프로퍼티

public byte msgflags
리턴 byte

size 공개적으로 프로퍼티

public byte size
리턴 byte