Method | Description | |
---|---|---|
BuildPacket ( string capsEventName, OSDMap body ) : |
Attempts to convert an LLSD structure to a known Packet type
|
|
FromLLSD ( OSD osd ) : |
||
FromXmlString ( string xml ) : |
||
GetLLSD ( |
||
ToBinary ( |
||
ToXmlString ( |
Method | Description | |
---|---|---|
BuildLLSDBlock ( object block ) : OSD | ||
ParseLLSDBlock ( OSDMap blockData, |
public static BuildPacket ( string capsEventName, OSDMap body ) : |
||
capsEventName | string | Event name, this must match an actual /// packet name for a Packet to be successfully built |
body | OSDMap | LLSD to convert to a Packet |
return |
public static FromXmlString ( string xml ) : |
||
xml | string | |
return |
public static GetLLSD ( |
||
packet | ||
return | OSD |
public static ToBinary ( |
||
packet | ||
return | byte[] |
public static ToXmlString ( |
||
packet | ||
return | string |