C# Class LogStreamer.Message.TablePos

Inheritance: Message
Datei anzeigen Open project: StarcounterPrefabs/LogStreamer

Public Properties

Property Type Description
Pos ulong
Table string

Public Methods

Method Description
Serialize ( Serializer wr ) : void
TablePos ( Deserializer rd ) : System
TablePos ( string table, ulong pos ) : System

Method Details

Serialize() public method

public Serialize ( Serializer wr ) : void
wr Serializer
return void

TablePos() public method

public TablePos ( Deserializer rd ) : System
rd Deserializer
return System

TablePos() public method

public TablePos ( string table, ulong pos ) : System
table string
pos ulong
return System

Property Details

Pos public_oe property

public ulong Pos
return ulong

Table public_oe property

public string Table
return string