C# Class OpenSim.Region.CoreModules.Agent.Xfer.XferModule.XferDownLoad

Afficher le fichier Open project: openmetaversefoundation/fortis-opensim Class Usage Examples

Méthodes publiques

Свойство Type Description
Client IClientAPI
Data byte[]
DataPointer int
FileName string
Packet uint
Serial uint
XferID ulong

Méthodes publiques

Méthode Description
AckPacket ( uint packet ) : bool

Respond to an ack packet from the client

StartSend ( ) : bool

Start a transfer

XferDownLoad ( ) : System
XferDownLoad ( string fileName, byte data, ulong xferID, IClientAPI client ) : System

Method Details

AckPacket() public méthode

Respond to an ack packet from the client
public AckPacket ( uint packet ) : bool
packet uint
Résultat bool

StartSend() public méthode

Start a transfer
public StartSend ( ) : bool
Résultat bool

XferDownLoad() public méthode

public XferDownLoad ( ) : System
Résultat System

XferDownLoad() public méthode

public XferDownLoad ( string fileName, byte data, ulong xferID, IClientAPI client ) : System
fileName string
data byte
xferID ulong
client IClientAPI
Résultat System

Property Details

Client public_oe property

public IClientAPI Client
Résultat IClientAPI

Data public_oe property

public byte[] Data
Résultat byte[]

DataPointer public_oe property

public int DataPointer
Résultat int

FileName public_oe property

public string FileName
Résultat string

Packet public_oe property

public uint Packet
Résultat uint

Serial public_oe property

public uint Serial
Résultat uint

XferID public_oe property

public ulong XferID
Résultat ulong