C# Class Siren.Protocol.Binary.BaseBinaryReader

Inheritance: BaseProtocolReader
Exibir arquivo 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_oe property

protected SirenFieldType mCurrentKeyType
return SirenFieldType

mCurrentPropertyId protected_oe property

protected ushort mCurrentPropertyId
return ushort

mCurrentPropertyType protected_oe property

protected SirenFieldType mCurrentPropertyType
return SirenFieldType

mCurrentVaueType protected_oe property

protected SirenFieldType mCurrentVaueType
return SirenFieldType

mIsPropertyWaiting protected_oe property

protected bool mIsPropertyWaiting
return bool