C# 클래스 Siren.Protocol.Binary.BaseBinaryReader

상속: BaseProtocolReader
파일 보기 프로젝트 열기: fjz13/Medusa

보호된 프로퍼티들

프로퍼티 타입 설명
mCurrentKeyType SirenFieldType
mCurrentPropertyId ushort
mCurrentPropertyType SirenFieldType
mCurrentVaueType SirenFieldType
mIsPropertyWaiting bool

공개 메소드들

메소드 설명
Accept ( ArraySegment data ) : void
IsEnd ( ) : bool

보호된 메소드들

메소드 설명
BaseBinaryReader ( ) : System

메소드 상세

Accept() 공개 메소드

public Accept ( ArraySegment data ) : void
data ArraySegment
리턴 void

BaseBinaryReader() 보호된 메소드

protected BaseBinaryReader ( ) : System
리턴 System

IsEnd() 공개 메소드

public IsEnd ( ) : bool
리턴 bool

프로퍼티 상세

mCurrentKeyType 보호되어 있는 프로퍼티

protected SirenFieldType mCurrentKeyType
리턴 SirenFieldType

mCurrentPropertyId 보호되어 있는 프로퍼티

protected ushort mCurrentPropertyId
리턴 ushort

mCurrentPropertyType 보호되어 있는 프로퍼티

protected SirenFieldType mCurrentPropertyType
리턴 SirenFieldType

mCurrentVaueType 보호되어 있는 프로퍼티

protected SirenFieldType mCurrentVaueType
리턴 SirenFieldType

mIsPropertyWaiting 보호되어 있는 프로퍼티

protected bool mIsPropertyWaiting
리턴 bool