C# Class SharpCifs.Smb.SmbComTransaction

Inheritance: ServerMessageBlock
Exibir arquivo Open project: brandonprry/Potato Class Usage Examples

Protected Properties

Property Type Description
DataCount int
DataDisplacement int
DataOffset int
ParameterCount int
ParameterDisplacement int
ParameterOffset int
primarySetupOffset int
secondaryParameterOffset int

Public Methods

Method Description
Current ( ) : object
MoveNext ( ) : bool
SmbComTransaction ( ) : 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
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 method

public Current ( ) : object
return object

MoveNext() public method

public MoveNext ( ) : bool
return bool

SmbComTransaction() public method

public SmbComTransaction ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

DataCount protected_oe property

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

primarySetupOffset protected_oe property

protected int primarySetupOffset
return int

secondaryParameterOffset protected_oe property

protected int secondaryParameterOffset
return int