Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

T_Iota_Lib_CSharp_Api_Core_GetNodeInfoResponse

saniro edited this page Feb 16, 2017 · 1 revision

GetNodeInfoResponse Class

This class represents the response of GetNodeInfoRequest

Inheritance Hierarchy

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)

Syntax

C#

public class GetNodeInfoResponse : IotaResponse

The GetNodeInfoResponse type exposes the following members.

Constructors

 

Name Description
Public method GetNodeInfoResponse Initializes a new instance of the GetNodeInfoResponse class
  Back to Top

Properties

 

Name Description
Public property AppName Name of the IOTA software you're currently using (IRI stands for Initial Reference Implementation).
Public property AppVersion The version of the IOTA software you're currently running.
Public property Duration Gets or sets the duration. (Inherited from IotaResponse.)
Public property JreAvailableProcessors Available cores on your machine for JRE.
Public property JreFreeMemory The amount of free memory in the Java Virtual Machine.
Public property JreMaxMemory The maximum amount of memory that the Java virtual machine will attempt to use.
Public property JreTotalMemory The total amount of memory in the Java virtual machine.
Public property JreVersion java runtime environment version.
Public property LatestMilestone Latest milestone that was signed off by the coordinator.
Public property LatestMilestoneIndex Index of the latest milestone.
Public property 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.
Public property LatestSolidSubtangleMilestoneIndex Index of the latest solid subtangle.
Public property Neighbors Number of neighbors you are directly connected with.
Public property PacketsQueueSize Packets which are currently queued up
Public property Time Current UNIX timestamp.
Public property Tips Number of tips in the network.
Public property TransactionsToRequest Transactions to request during syncing process.
  Back to Top

Methods

 

Name Description
Public method ToString Returns a String that represents this instance. (Overrides Object.ToString().)
  Back to Top

See Also

Reference

Iota.Lib.CSharp.Api.Core Namespace
Iota.Lib.CSharp.Api.Core.IotaResponse

Clone this wiki locally