Table of Contents

Struct PamojaRoute

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

A learned way to reach one node, mirroring PamojaRoute in pamoja.h.

public struct PamojaRoute
Inherited Members

Fields

Cost

What the route costs, usually in hops.

public ushort Cost

Field Value

ushort

Dst

The node this route reaches.

public uint Dst

Field Value

uint

NextHop

The neighbour to send a packet to on the way there.

public uint NextHop

Field Value

uint