C# Class SharpCifs.Smb.SmbComTransaction

Inheritance: ServerMessageBlock
Show file 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 property

protected int DataCount
return int

DataDisplacement protected property

protected int DataDisplacement
return int

DataOffset protected property

protected int DataOffset
return int

ParameterCount protected property

protected int ParameterCount
return int

ParameterDisplacement protected property

protected int ParameterDisplacement
return int

ParameterOffset protected property

protected int ParameterOffset
return int

primarySetupOffset protected property

protected int primarySetupOffset
return int

secondaryParameterOffset protected property

protected int secondaryParameterOffset
return int