C# Class SharpCifs.Smb.SmbComTransactionResponse

Inheritance: ServerMessageBlock
Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Protected Properties

Свойство Type Description
BufDataStart int
BufParameterStart int
DataDisplacement int
DataOffset int
ParameterCount int
ParameterDisplacement int
ParameterOffset int
SetupCount int
TotalDataCount int
TotalParameterCount int

Méthodes publiques

Méthode Description
Current ( ) : object
MoveNext ( ) : bool
SmbComTransactionResponse ( ) : System
ToString ( ) : string

Private Methods

Méthode 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 méthode

public Current ( ) : object
Résultat object

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

SmbComTransactionResponse() public méthode

public SmbComTransactionResponse ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

BufDataStart protected_oe property

protected int BufDataStart
Résultat int

BufParameterStart protected_oe property

protected int BufParameterStart
Résultat int

DataDisplacement protected_oe property

protected int DataDisplacement
Résultat int

DataOffset protected_oe property

protected int DataOffset
Résultat int

ParameterCount protected_oe property

protected int ParameterCount
Résultat int

ParameterDisplacement protected_oe property

protected int ParameterDisplacement
Résultat int

ParameterOffset protected_oe property

protected int ParameterOffset
Résultat int

SetupCount protected_oe property

protected int SetupCount
Résultat int

TotalDataCount protected_oe property

protected int TotalDataCount
Résultat int

TotalParameterCount protected_oe property

protected int TotalParameterCount
Résultat int