C# Class Snarf.Nfs.FileSystem.FileHandle

Exibir arquivo Open project: shellscape/Snarf Class Usage Examples

Public Methods

Method Description
Emit ( NfsPacket &packet ) : System.Boolean
FileHandle ( ) : System
FileHandle ( NfsPacket source ) : System
Set ( uint root, uint handle, uint readOnly ) : System.Boolean

Private Methods

Method Description
Read ( NfsPacket packet ) : bool

Method Details

Emit() public method

public Emit ( NfsPacket &packet ) : System.Boolean
packet NfsPacket
return System.Boolean

FileHandle() public method

public FileHandle ( ) : System
return System

FileHandle() public method

public FileHandle ( NfsPacket source ) : System
source NfsPacket
return System

Set() public method

public Set ( uint root, uint handle, uint readOnly ) : System.Boolean
root uint
handle uint
readOnly uint
return System.Boolean