C# Class Universe.Modules.Estate.EstateTerrainXferHandler

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
mXferID ulong

Méthodes publiques

Méthode Description
EstateTerrainXferHandler ( IClientAPI pRemoteClient, string pClientFilename ) : System
RequestStartXfer ( IClientAPI pRemoteClient ) : void
SendCompleteMessage ( IClientAPI remoteClient ) : void
XferReceive ( IClientAPI remoteClient, ulong xferID, uint packetID, byte data ) : void

Process transfer data received from the client.

Method Details

EstateTerrainXferHandler() public méthode

public EstateTerrainXferHandler ( IClientAPI pRemoteClient, string pClientFilename ) : System
pRemoteClient IClientAPI
pClientFilename string
Résultat System

RequestStartXfer() public méthode

public RequestStartXfer ( IClientAPI pRemoteClient ) : void
pRemoteClient IClientAPI
Résultat void

SendCompleteMessage() public méthode

public SendCompleteMessage ( IClientAPI remoteClient ) : void
remoteClient IClientAPI
Résultat void

XferReceive() public méthode

Process transfer data received from the client.
public XferReceive ( IClientAPI remoteClient, ulong xferID, uint packetID, byte data ) : void
remoteClient IClientAPI
xferID ulong
packetID uint
data byte
Résultat void

Property Details

mXferID public_oe property

public ulong mXferID
Résultat ulong