C# Class Siren.Protocol.Binary.BaseBinaryReader

Inheritance: BaseProtocolReader
Show file Open project: fjz13/Medusa

Protected Properties

Property Type Description
mCurrentKeyType SirenFieldType
mCurrentPropertyId ushort
mCurrentPropertyType SirenFieldType
mCurrentVaueType SirenFieldType
mIsPropertyWaiting bool

Public Methods

Method Description
Accept ( ArraySegment data ) : void
IsEnd ( ) : bool

Protected Methods

Method Description
BaseBinaryReader ( ) : System

Method Details

Accept() public method

public Accept ( ArraySegment data ) : void
data ArraySegment
return void

BaseBinaryReader() protected method

protected BaseBinaryReader ( ) : System
return System

IsEnd() public method

public IsEnd ( ) : bool
return bool

Property Details

mCurrentKeyType protected property

protected SirenFieldType mCurrentKeyType
return SirenFieldType

mCurrentPropertyId protected property

protected ushort mCurrentPropertyId
return ushort

mCurrentPropertyType protected property

protected SirenFieldType mCurrentPropertyType
return SirenFieldType

mCurrentVaueType protected property

protected SirenFieldType mCurrentVaueType
return SirenFieldType

mIsPropertyWaiting protected property

protected bool mIsPropertyWaiting
return bool