Skip to content

Struct Manus::CoreSDK::NetDeviceLandscapeData

ClassList > Manus > CoreSDK > NetDeviceLandscapeData

Contains information about a net devices.

Public Attributes

Type Name
string hostname
string ip
uint netDeviceID

Public Functions

Type Name
NetDeviceLandscapeData (uint p_NetDeviceID, string p_Hostname, string p_Ip)

Public Attributes Documentation

variable hostname

string Manus.CoreSDK.NetDeviceLandscapeData.hostname;

variable ip

string Manus.CoreSDK.NetDeviceLandscapeData.ip;

variable netDeviceID

uint Manus.CoreSDK.NetDeviceLandscapeData.netDeviceID;

Public Functions Documentation

function NetDeviceLandscapeData

inline Manus::CoreSDK::NetDeviceLandscapeData::NetDeviceLandscapeData (
    uint p_NetDeviceID,
    string p_Hostname,
    string p_Ip
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs