C# Class OpenMetaverse.Messages.Linden.EventQueueAck

Inheritance: EventMessageBlock
显示文件 Open project: N3X15/VoxelSim

Public Properties

Property Type Description
AckID int
Done bool

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

AckID public_oe property

public int AckID
return int

Done public_oe property

public bool Done
return bool