C# Class SharpCifs.Smb.SmbComTransaction

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

Protected Properties

Свойство Type Description
DataCount int
DataDisplacement int
DataOffset int
ParameterCount int
ParameterDisplacement int
ParameterOffset int
primarySetupOffset int
secondaryParameterOffset int

Méthodes publiques

Méthode Description
Current ( ) : object
MoveNext ( ) : bool
SmbComTransaction ( ) : 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
Reset ( int key, string lastName ) : 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

SmbComTransaction() public méthode

public SmbComTransaction ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

DataCount protected_oe property

protected int DataCount
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

primarySetupOffset protected_oe property

protected int primarySetupOffset
Résultat int

secondaryParameterOffset protected_oe property

protected int secondaryParameterOffset
Résultat int