Ixian SDK
IXICore.Network.NetworkEvents Class Reference

Public Types

enum  Type {
  Type.all = -1, Type.keepAlive, Type.transactionFrom, Type.transactionTo,
  Type.balance
}
 

Static Public Member Functions

static byte [] prepareEventMessageData (Type type, byte[] address)
 
static void handleAttachEventMessage (byte[] data, RemoteEndpoint endpoint)
 
static void handleDetachEventMessage (byte[] data, RemoteEndpoint endpoint)
 

Detailed Description

Definition at line 7 of file NetworkEvents.cs.

Member Enumeration Documentation

◆ Type

Enumerator
all 
keepAlive 
transactionFrom 
transactionTo 
balance 

Definition at line 10 of file NetworkEvents.cs.

Member Function Documentation

◆ handleAttachEventMessage()

static void IXICore.Network.NetworkEvents.handleAttachEventMessage ( byte []  data,
RemoteEndpoint  endpoint 
)
static

Definition at line 45 of file NetworkEvents.cs.

◆ handleDetachEventMessage()

static void IXICore.Network.NetworkEvents.handleDetachEventMessage ( byte []  data,
RemoteEndpoint  endpoint 
)
static

Definition at line 67 of file NetworkEvents.cs.

◆ prepareEventMessageData()

static byte [] IXICore.Network.NetworkEvents.prepareEventMessageData ( Type  type,
byte []  address 
)
static

Definition at line 21 of file NetworkEvents.cs.


The documentation for this class was generated from the following file: