C# Class OpenMetaverse.CapsEventDictionary.CapsCallbackWrapper

Object that is passed to worker threads in the ThreadPool for firing CAPS callbacks
Datei anzeigen Open project: 3di/3di-viewer-rei-libs

Public Properties

Property Type Description
Body StructuredData.OSD
Callback Caps.EventQueueCallback
CapsEvent string
Simulator Simulator

Property Details

Body public_oe property

Decoded body of the CAPS event
public StructuredData.OSD Body
return StructuredData.OSD

Callback public_oe property

Callback to fire for this packet
public Caps.EventQueueCallback Callback
return Caps.EventQueueCallback

CapsEvent public_oe property

Name of the CAPS event
public string CapsEvent
return string

Simulator public_oe property

Reference to the simulator that generated this event
public Simulator,OpenMetaverse Simulator
return Simulator