C# Class BF2Statistics.Net.BufferDataToken

Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
BufferBlockSize int
BufferOffset int

Public Methods

Method Description
BufferDataToken ( int BufferOffset, int BlockSize ) : System

Creates a new instance of BufferDataToken

Method Details

BufferDataToken() public method

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
return System

Property Details

BufferBlockSize public property

The buffer length inside the buffer manager assinged for this SocketAsyncEventArgs
public int BufferBlockSize
return int

BufferOffset public property

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