C# 클래스 SharpCifs.Smb.SmbComTransactionResponse

상속: ServerMessageBlock
파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BufDataStart int
BufParameterStart int
DataDisplacement int
DataOffset int
ParameterCount int
ParameterDisplacement int
ParameterOffset int
SetupCount int
TotalDataCount int
TotalParameterCount int

공개 메소드들

메소드 설명
Current ( ) : object
MoveNext ( ) : bool
SmbComTransactionResponse ( ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ReadBytesWireFormat ( byte buffer, int bufferIndex ) : int
ReadDataWireFormat ( byte buffer, int bufferIndex, int len ) : int
ReadParameterWordsWireFormat ( byte buffer, int bufferIndex ) : int
ReadParametersWireFormat ( byte buffer, int bufferIndex, int len ) : int
ReadSetupWireFormat ( byte buffer, int bufferIndex, int len ) : int
Reset ( ) : void
WriteBytesWireFormat ( byte dst, int dstIndex ) : int
WriteDataWireFormat ( byte dst, int dstIndex ) : int
WriteParameterWordsWireFormat ( byte dst, int dstIndex ) : int
WriteParametersWireFormat ( byte dst, int dstIndex ) : int
WriteSetupWireFormat ( byte dst, int dstIndex ) : int

메소드 상세

Current() 공개 메소드

public Current ( ) : object
리턴 object

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

SmbComTransactionResponse() 공개 메소드

public SmbComTransactionResponse ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BufDataStart 보호되어 있는 프로퍼티

protected int BufDataStart
리턴 int

BufParameterStart 보호되어 있는 프로퍼티

protected int BufParameterStart
리턴 int

DataDisplacement 보호되어 있는 프로퍼티

protected int DataDisplacement
리턴 int

DataOffset 보호되어 있는 프로퍼티

protected int DataOffset
리턴 int

ParameterCount 보호되어 있는 프로퍼티

protected int ParameterCount
리턴 int

ParameterDisplacement 보호되어 있는 프로퍼티

protected int ParameterDisplacement
리턴 int

ParameterOffset 보호되어 있는 프로퍼티

protected int ParameterOffset
리턴 int

SetupCount 보호되어 있는 프로퍼티

protected int SetupCount
리턴 int

TotalDataCount 보호되어 있는 프로퍼티

protected int TotalDataCount
리턴 int

TotalParameterCount 보호되어 있는 프로퍼티

protected int TotalParameterCount
리턴 int