Class SocketMessage#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Network.SocketMessage : xbe.sdk.Object#

Defines a single message that has been sent across the network.

Public Functions

SocketMessage ()#
SocketMessage (Object other)

Properties

long Id { get; set; }#
string Origin { get; set; }#
Action Action { get; set; }#
Type Type { get; set; }#
string Target { get; set; }#
string Function { get; set; }#
object Data { get; set; }#