Packed Record TConnectionData
Unit
Declaration
type TConnectionData = packed record
Description
Represents the data of a network connection.
Overview
Fields
![]() |
ActiveConnections: Integer; |
![]() |
BestHashDifficulty: THashString; |
![]() |
ClientVersion: String[8]; |
![]() |
ConfigHash: THashString; |
![]() |
ConnectionStatus: Integer; |
![]() |
ConnectionType: String[8]; |
![]() |
Context: TIdContext; |
![]() |
GVTHash: THashString; |
![]() |
IpAddress: String[20]; |
![]() |
IsAuthenticated: Boolean; |
![]() |
IsBusy: Boolean; |
![]() |
LastBlockHash: TLongHashString; |
![]() |
LastBlockNumber: String[15]; |
![]() |
LastPingTime: TTimeStamp; |
![]() |
ListeningPort: Integer; |
![]() |
MasternodeCount: Integer; |
![]() |
MasternodesChecksCount: Integer; |
![]() |
MasternodeShortHash: THashIdentifier; |
![]() |
MerkleTreeHash: THashString; |
![]() |
PendingOperations: Integer; |
![]() |
ProtocolVersion: Integer; |
![]() |
PSOHash: THashString; |
![]() |
ReadThread: TClientReadThread; |
![]() |
SummaryBlockHash: TLongHashString; |
![]() |
SummaryHash: TLongHashString; |
![]() |
TimeOffset: Integer; |
Description
Fields
![]() |
ActiveConnections: Integer; |
|
The number of peers currently connected. | |
![]() |
BestHashDifficulty: THashString; |
|
The best hash difficulty found. | |
![]() |
ClientVersion: String[8]; |
|
The software version of the client. | |
![]() |
ConfigHash: THashString; |
|
This item has no description. | |
![]() |
ConnectionStatus: Integer; |
|
The status of the connection. | |
![]() |
ConnectionType: String[8]; |
|
The type of connection, either 'SER' for server or 'CLI' for client. | |
![]() |
Context: TIdContext; |
|
Client | |
![]() |
GVTHash: THashString; |
|
This item has no description. | |
![]() |
IpAddress: String[20]; |
|
The IP address of the peer. | |
![]() |
IsAuthenticated: Boolean; |
|
Whether the connection has been authenticated via a ping. | |
![]() |
IsBusy: Boolean; |
|
Whether the peer is currently busy. | |
![]() |
LastBlockHash: TLongHashString; |
|
The hash of the last known block. | |
![]() |
LastBlockNumber: String[15]; |
|
The number of the last known block. | |
![]() |
LastPingTime: TTimeStamp; |
|
The UTC time of the last ping. | |
![]() |
ListeningPort: Integer; |
|
The port the peer is listening on. | |
![]() |
MasternodeCount: Integer; |
|
The number of masternodes connected. | |
![]() |
MasternodesChecksCount: Integer; |
|
This item has no description. | |
![]() |
MasternodeShortHash: THashIdentifier; |
|
The shortened hash for identifying the masternode. | |
![]() |
MerkleTreeHash: THashString; |
|
The hash of the Merkle tree. | |
![]() |
PendingOperations: Integer; |
|
The number of pending operations for this connection. | |
![]() |
ProtocolVersion: Integer; |
|
The version of the protocol being used. | |
![]() |
PSOHash: THashString; |
|
The hash of the Proof of Stake (PoS) state. | |
![]() |
ReadThread: TClientReadThread; |
|
The thread used for client reading operations. | |
![]() |
SummaryBlockHash: TLongHashString; |
|
The hash of the summary block. | |
![]() |
SummaryHash: TLongHashString; |
|
The hash of the account summary. | |
![]() |
TimeOffset: Integer; |
|
The time difference in seconds from this peer. | |
Generated by PasDoc 0.16.0-snapshot.
