C# Class Siren.Protocol.Binary.BaseBinaryReader

Inheritance: BaseProtocolReader
Afficher le fichier Open project: fjz13/Medusa

Protected Properties

Свойство Type Description
mCurrentKeyType SirenFieldType
mCurrentPropertyId ushort
mCurrentPropertyType SirenFieldType
mCurrentVaueType SirenFieldType
mIsPropertyWaiting bool

Méthodes publiques

Méthode Description
Accept ( ArraySegment data ) : void
IsEnd ( ) : bool

Méthodes protégées

Méthode Description
BaseBinaryReader ( ) : System

Method Details

Accept() public méthode

public Accept ( ArraySegment data ) : void
data ArraySegment
Résultat void

BaseBinaryReader() protected méthode

protected BaseBinaryReader ( ) : System
Résultat System

IsEnd() public méthode

public IsEnd ( ) : bool
Résultat bool

Property Details

mCurrentKeyType protected_oe property

protected SirenFieldType mCurrentKeyType
Résultat SirenFieldType

mCurrentPropertyId protected_oe property

protected ushort mCurrentPropertyId
Résultat ushort

mCurrentPropertyType protected_oe property

protected SirenFieldType mCurrentPropertyType
Résultat SirenFieldType

mCurrentVaueType protected_oe property

protected SirenFieldType mCurrentVaueType
Résultat SirenFieldType

mIsPropertyWaiting protected_oe property

protected bool mIsPropertyWaiting
Résultat bool