C# 클래스 FFACETools.FFACE.ParseResources.d_msgEntryFormat

상속: Object
파일 보기 프로젝트 열기: golfandsurf/Campah

공개 프로퍼티들

프로퍼티 타입 설명
GroupID Byte
MessageID Byte
data String[]
length System.UInt32
offset System.UInt32

공개 메소드들

메소드 설명
ToString ( ) : string
d_msgEntryFormat ( BinaryReader _bfile, d_msgHeaderFormat _header ) : System

비공개 메소드들

메소드 설명
Fix ( byte b ) : byte[]

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

d_msgEntryFormat() 공개 메소드

public d_msgEntryFormat ( BinaryReader _bfile, d_msgHeaderFormat _header ) : System
_bfile System.IO.BinaryReader
_header d_msgHeaderFormat
리턴 System

프로퍼티 상세

GroupID 공개적으로 프로퍼티

public Byte GroupID
리턴 Byte

MessageID 공개적으로 프로퍼티

public Byte MessageID
리턴 Byte

data 공개적으로 프로퍼티

public String[] data
리턴 String[]

length 공개적으로 프로퍼티

public UInt32,System length
리턴 System.UInt32

offset 공개적으로 프로퍼티

public UInt32,System offset
리턴 System.UInt32