C# Class OpenMetaverse.CapsEventDictionary.CapsCallbackWrapper

Object that is passed to worker threads in the ThreadPool for firing CAPS callbacks
Show file 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 property

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

Callback public property

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

CapsEvent public property

Name of the CAPS event
public string CapsEvent
return string

Simulator public property

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