C# Class BF2Statistics.Net.BufferDataToken

Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
BufferBlockSize int
BufferOffset int

Méthodes publiques

Méthode Description
BufferDataToken ( int BufferOffset, int BlockSize ) : System

Creates a new instance of BufferDataToken

Method Details

BufferDataToken() public méthode

Creates a new instance of BufferDataToken
public BufferDataToken ( int BufferOffset, int BlockSize ) : System
BufferOffset int The offest in the Buffer block allocated to this object
BlockSize int The total size in the buffer allocated to this object
Résultat System

Property Details

BufferBlockSize public_oe property

The buffer length inside the buffer manager assinged for this SocketAsyncEventArgs
public int BufferBlockSize
Résultat int

BufferOffset public_oe property

The offset to the allocated buffer, for the associated SocketAsyncEventArgs object, in the BufferManager
public int BufferOffset
Résultat int