C# Class MemExchange.Server.Incoming.RingbufferByteArray

Afficher le fichier Open project: ThomasVestergaard/MemExchange Class Usage Examples

Méthodes publiques

Méthode Description
GetContent ( byte &target ) : void
Reset ( ) : void
RingbufferByteArray ( ) : System
Set ( byte newContent ) : void

Method Details

GetContent() public méthode

public GetContent ( byte &target ) : void
target byte
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

RingbufferByteArray() public méthode

public RingbufferByteArray ( ) : System
Résultat System

Set() public méthode

public Set ( byte newContent ) : void
newContent byte
Résultat void