![]() |
NDEVR
API Documentation
|
Represents an OWL server entry with a name and unique ID. More...
Public Attributes | |
| UUID | id = UUID::CreateUUID() |
| Unique identifier for this server entry. | |
| String | name |
| Display name of the server. | |
| Public Attributes inherited from NDEVRServerInfo | |
| String | address |
| Server hostname or IP address. | |
| PasswordString | password |
| Password for authentication. | |
| uint02 | port = Constant<uint02>::Invalid |
| Server port number. | |
| bool | secure = true |
| Whether to use a secure (TLS/SSL) connection. | |
| String | username |
| Username for authentication. | |
Represents an OWL server entry with a name and unique ID.
Definition at line 52 of file NDEVRServerManager.h.