Skip to content

Struct ManusHost

ClassList > ManusHost

Contains information for connecting to a host running Manus Core. Note that if one of these values is blank, the other will be used when connecting.

  • #include <ManusSDKTypes.h>

Public Attributes

Type Name
char hostName
char ipAddress
Version manusCoreVersion

Public Attributes Documentation

variable hostName

char ManusHost::hostName[MAX_NUM_CHARS_IN_HOST_NAME];

variable ipAddress

char ManusHost::ipAddress[MAX_NUM_CHARS_IN_IP_ADDRESS];

variable manusCoreVersion

Version ManusHost::manusCoreVersion;

The documentation for this class was generated from the following file api/cppSDK/SDKClient/ManusSDKTypes.h