C# Class SharpCifs.Smb.SmbComTransactionResponse

Inheritance: ServerMessageBlock
Datei anzeigen Open project: brandonprry/Potato Class Usage Examples

Protected Properties

Property Type Description
BufDataStart int
BufParameterStart int
DataDisplacement int
DataOffset int
ParameterCount int
ParameterDisplacement int
ParameterOffset int
SetupCount int
TotalDataCount int
TotalParameterCount int

Public Methods

Method Description
Current ( ) : object
MoveNext ( ) : bool
SmbComTransactionResponse ( ) : System
ToString ( ) : string

Private Methods

Method Description
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

Method Details

Current() public method

public Current ( ) : object
return object

MoveNext() public method

public MoveNext ( ) : bool
return bool

SmbComTransactionResponse() public method

public SmbComTransactionResponse ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

BufDataStart protected_oe property

protected int BufDataStart
return int

BufParameterStart protected_oe property

protected int BufParameterStart
return int

DataDisplacement protected_oe property

protected int DataDisplacement
return int

DataOffset protected_oe property

protected int DataOffset
return int

ParameterCount protected_oe property

protected int ParameterCount
return int

ParameterDisplacement protected_oe property

protected int ParameterDisplacement
return int

ParameterOffset protected_oe property

protected int ParameterOffset
return int

SetupCount protected_oe property

protected int SetupCount
return int

TotalDataCount protected_oe property

protected int TotalDataCount
return int

TotalParameterCount protected_oe property

protected int TotalParameterCount
return int