Packed Record TNodeData

Hierarchy
Methods
Properties

Unit

Declaration

type TNodeData = packed record

Description

Stores basic data for a network node.

Overview

Fields

Public IpAddress: String[15];
Public Port: String[8];

Description

Fields

Public IpAddress: String[15];

The IP address of the node.

Public Port: String[8];

The port the node is listening on.


Generated by PasDoc 0.16.0-snapshot.