C# 클래스 BF2Statistics.Net.BufferDataToken

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BufferBlockSize int
BufferOffset int

공개 메소드들

메소드 설명
BufferDataToken ( int BufferOffset, int BlockSize ) : System

Creates a new instance of BufferDataToken

메소드 상세

BufferDataToken() 공개 메소드

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
리턴 System

프로퍼티 상세

BufferBlockSize 공개적으로 프로퍼티

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

BufferOffset 공개적으로 프로퍼티

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