C# Class Fusion.Engine.Server.Snapshot

Represents byte array of server state.
显示文件 Open project: demiurghg/FusionEngine Class Usage Examples

Public Properties

Property Type Description
Data byte[]
Frame uint
Timestamp System.TimeSpan

Public Methods

Method Description
Snapshot ( System.TimeSpan timestamp, uint frame, byte data ) : System

ToString ( ) : string

Method Details

Snapshot() public method

public Snapshot ( System.TimeSpan timestamp, uint frame, byte data ) : System
timestamp System.TimeSpan
frame uint
data byte
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Data public_oe property

Contains copy of snapshot data.
public byte[] Data
return byte[]

Frame public_oe property

Frame index when snapshot was captured.
public uint Frame
return uint

Timestamp public_oe property

public TimeSpan,System Timestamp
return System.TimeSpan