Definition at line 124 of file NodeModel.h.
Public Member Functions | |
| NodeData () | |
Public Attributes | |
| ConnectionId | id |
| Connection ID of the node. | |
| QString | address |
| IP address of the node. | |
| quint16 | port |
| Listening port of the node. | |
| QDateTime | startDateTime |
| The time when the connection with the node was established. | |
| QString | servent |
| Servent name/version of the node's software. | |
| Status | status |
| Node status. | |
| Type | type |
| Node type. | |
|
|
Definition at line 134 of file NodeModel.h. |
|
|
IP address of the node.
Definition at line 127 of file NodeModel.h. |
|
|
Connection ID of the node.
Definition at line 126 of file NodeModel.h. |
|
|
Listening port of the node.
Definition at line 128 of file NodeModel.h. |
|
|
Servent name/version of the node's software.
Definition at line 130 of file NodeModel.h. |
|
|
The time when the connection with the node was established.
Definition at line 129 of file NodeModel.h. |
|
|
Node status.
Definition at line 131 of file NodeModel.h. |
|
|
Node type.
Definition at line 132 of file NodeModel.h. |