T_Iota_Lib_CSharp_Api_Core_GetNodeInfoResponse - iotaledger-archive/iota.lib.csharp GitHub Wiki
This class represents the response of GetNodeInfoRequest
System.Object
Iota.Lib.CSharp.Api.Core.IotaResponse
Iota.Lib.CSharp.Api.Core.GetNodeInfoResponse
Namespace: Iota.Lib.CSharp.Api.Core
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public class GetNodeInfoResponse : IotaResponse
The GetNodeInfoResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() |
GetNodeInfoResponse | Initializes a new instance of the GetNodeInfoResponse class |
Name | Description | |
---|---|---|
![]() |
AppName | Name of the IOTA software you're currently using (IRI stands for Initial Reference Implementation). |
![]() |
AppVersion | The version of the IOTA software you're currently running. |
![]() |
Duration | Gets or sets the duration. (Inherited from IotaResponse.) |
![]() |
JreAvailableProcessors | Available cores on your machine for JRE. |
![]() |
JreFreeMemory | The amount of free memory in the Java Virtual Machine. |
![]() |
JreMaxMemory | The maximum amount of memory that the Java virtual machine will attempt to use. |
![]() |
JreTotalMemory | The total amount of memory in the Java virtual machine. |
![]() |
JreVersion | java runtime environment version. |
![]() |
LatestMilestone | Latest milestone that was signed off by the coordinator. |
![]() |
LatestMilestoneIndex | Index of the latest milestone. |
![]() |
LatestSolidSubtangleMilestone | The latest milestone which is solid and is used for sending transactions. For a milestone to become solid your local node must basically approve the subtangle of coordinator-approved transactions, and have a consistent view of all referenced transactions. |
![]() |
LatestSolidSubtangleMilestoneIndex | Index of the latest solid subtangle. |
![]() |
Neighbors | Number of neighbors you are directly connected with. |
![]() |
PacketsQueueSize | Packets which are currently queued up |
![]() |
Time | Current UNIX timestamp. |
![]() |
Tips | Number of tips in the network. |
![]() |
TransactionsToRequest | Transactions to request during syncing process. |
Name | Description | |
---|---|---|
![]() |
ToString | Returns a String that represents this instance. (Overrides Object.ToString().) |
Iota.Lib.CSharp.Api.Core Namespace
Iota.Lib.CSharp.Api.Core.IotaResponse