C# Class Poker.Common.Networking.Messages.NetworkMessageBase

Inheritance: INetworkMessage
Afficher le fichier Open project: BernhardGlueck/Poker

Méthodes publiques

Méthode Description
Read ( BinaryReader reader ) : void
Write ( BinaryWriter writer ) : void

Méthodes protégées

Méthode Description
OnRead ( BinaryReader reader ) : void
OnWrite ( BinaryWriter writer ) : void

Method Details

OnRead() protected abstract méthode

protected abstract OnRead ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

OnWrite() protected abstract méthode

protected abstract OnWrite ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

Read() public méthode

public Read ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Write() public méthode

public Write ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void