OpenMetaverse Protocol Library Developers API Documentation
PacketDecoder . . :: . . CustomPacketDecoder Delegate
NamespacesOpenMetaverse.Packets PacketDecoderPacketDecoder . . :: . . CustomPacketDecoder
A custom decoder callback
Declaration Syntax
C#
public 
delegate 
string 
CustomPacketDecoder(
        
string 
fieldName,
        
Object 
fieldData
)
Parameters
fieldName ( String)
The key of the object
fieldData ( Object)
the data to decode
Return Value
A string represending the fieldData

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