C# Class NewTOAPIA.Net.Udt.CSndBuffer

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
CSndBuffer ( int size, int mss ) : System
ackData ( int offset ) : void
addBuffer ( byte data, int len, int ttl, bool order ) : void
addBufferFromFile ( Stream ifs, int len ) : int
getCurrBufSize ( ) : int
increase ( ) : void
readData ( byte &data, Int32 msgno ) : int
readData ( byte &data, int offset, Int32 msgno, int msglen ) : int

Method Details

CSndBuffer() public méthode

public CSndBuffer ( int size, int mss ) : System
size int
mss int
Résultat System

ackData() public méthode

public ackData ( int offset ) : void
offset int
Résultat void

addBuffer() public méthode

public addBuffer ( byte data, int len, int ttl, bool order ) : void
data byte
len int
ttl int
order bool
Résultat void

addBufferFromFile() public méthode

public addBufferFromFile ( Stream ifs, int len ) : int
ifs Stream
len int
Résultat int

getCurrBufSize() public méthode

public getCurrBufSize ( ) : int
Résultat int

increase() public méthode

public increase ( ) : void
Résultat void

readData() public méthode

public readData ( byte &data, Int32 msgno ) : int
data byte
msgno System.Int32
Résultat int

readData() public méthode

public readData ( byte &data, int offset, Int32 msgno, int msglen ) : int
data byte
offset int
msgno System.Int32
msglen int
Résultat int