OpenMetaverse Protocol Library Developers API Documentation
DecodeEvent Method (eventName, map)
NamespacesOpenMetaverse.Messages MessageUtilsDecodeEvent(String, OSDMap)
Return a decoded capabilities message as a strongly typed object
Declaration Syntax
C#
public 
static 
IMessage 
DecodeEvent(
        
string 
eventName,
        
OSDMap 
map
)
Parameters
eventName ( String)
A string containing the name of the capabilities message key
map ( OSDMap)
An OSDMapto decode
Return Value
A strongly typed object containing the decoded information from the capabilities message, or null if no existing Message object exists for the specified event

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)