C# 클래스 AmericasCup.Data.CourseWind

파일 보기 프로젝트 열기: CircuitPeople/Americas-Cup-Data-Lib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MessageVersionNumber byte
RecordCount byte
SelectedWindId byte
WindRecords List

공개 메소드들

메소드 설명
Read ( byte buf ) : CourseWind
Read ( byte buf, int c, CourseWind w ) : int

메소드 상세

Read() 공개 정적인 메소드

public static Read ( byte buf ) : CourseWind
buf byte
리턴 CourseWind

Read() 공개 정적인 메소드

public static Read ( byte buf, int c, CourseWind w ) : int
buf byte
c int
w CourseWind
리턴 int

프로퍼티 상세

MessageVersionNumber 공개적으로 프로퍼티

public byte MessageVersionNumber
리턴 byte

RecordCount 공개적으로 프로퍼티

public byte RecordCount
리턴 byte

SelectedWindId 공개적으로 프로퍼티

public byte SelectedWindId
리턴 byte

WindRecords 공개적으로 프로퍼티

public List WindRecords
리턴 List