Ixian SDK
DLT.NetworkEvents Class Reference

Public Types

enum  Type { Type.keepAlive, Type.transactionFrom, Type.transactionTo }
 

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 9 of file NetworkEvents.cs.

Member Enumeration Documentation

◆ Type

Enumerator
keepAlive 
transactionFrom 
transactionTo 

Definition at line 12 of file NetworkEvents.cs.

Member Function Documentation

◆ handleAttachEventMessage()

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

Definition at line 42 of file NetworkEvents.cs.

◆ handleDetachEventMessage()

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

Definition at line 64 of file NetworkEvents.cs.

◆ prepareEventMessageData()

static byte [] DLT.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: