C# Class OpenSim.Region.CoreModules.Scripting.XMLRPC.RPCChannelInfo

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

Méthodes publiques

Méthode Description
GetChannelID ( ) : UUID
GetItemID ( ) : UUID
GetLocalID ( ) : uint
RPCChannelInfo ( uint localID, UUID itemID, UUID channelID ) : System

Method Details

GetChannelID() public méthode

public GetChannelID ( ) : UUID
Résultat UUID

GetItemID() public méthode

public GetItemID ( ) : UUID
Résultat UUID

GetLocalID() public méthode

public GetLocalID ( ) : uint
Résultat uint

RPCChannelInfo() public méthode

public RPCChannelInfo ( uint localID, UUID itemID, UUID channelID ) : System
localID uint
itemID UUID
channelID UUID
Résultat System