Table of Contents

Struct SceneServerData

Namespace
FishMMO.Database.Data
Assembly
FishMMO-DB.dll

Scene server registration data transfer object.

public struct SceneServerData
Inherited Members

Constructors

SceneServerData(long, string, DateTime, string, int, int, bool)

public SceneServerData(long id, string name, DateTime lastPulse, string address, int port, int characterCount, bool locked)

Parameters

id long
name string
lastPulse DateTime
address string
port int
characterCount int
locked bool

Fields

Address

public readonly string Address

Field Value

string

CharacterCount

public readonly int CharacterCount

Field Value

int

ID

public readonly long ID

Field Value

long

LastPulse

public readonly DateTime LastPulse

Field Value

DateTime

Locked

public readonly bool Locked

Field Value

bool

Name

public readonly string Name

Field Value

string

Port

public readonly int Port

Field Value

int