C# 클래스 Ev3devMapping.ControlHeader

파일 보기 프로젝트 열기: bmegli/ev3dev-mapping-ui

공개 프로퍼티들

프로퍼티 타입 설명
command ControlCommands
payload_length ushort
protocol_version byte
timestamp_us ulong

공개 메소드들

메소드 설명
FromBinary ( BinaryReader reader ) : void
ToBinary ( BinaryWriter writer ) : int

메소드 상세

FromBinary() 공개 메소드

public FromBinary ( BinaryReader reader ) : void
reader BinaryReader
리턴 void

ToBinary() 공개 메소드

public ToBinary ( BinaryWriter writer ) : int
writer BinaryWriter
리턴 int

프로퍼티 상세

command 공개적으로 프로퍼티

public ControlCommands command
리턴 ControlCommands

payload_length 공개적으로 프로퍼티

public ushort payload_length
리턴 ushort

protocol_version 공개적으로 프로퍼티

public byte protocol_version
리턴 byte

timestamp_us 공개적으로 프로퍼티

public ulong timestamp_us
리턴 ulong