OpenMetaverse Protocol Library Developers API Documentation
PacketDecoder..::.CustomPacketDecoder Delegate
NamespacesOpenMetaverse.PacketsPacketDecoderPacketDecoder..::.CustomPacketDecoder

[This is preliminary documentation and is subject to change.]

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) Version: 0.0.0.41410