Public Member Functions | |
| HostInfo () | |
| HostInfo default constructor. | |
| HostInfo () | |
| HostInfo default constructor. | |
Public Attributes | |
| string | ID |
| Host's unique ID. | |
| string | Name |
| Host's name. | |
| string | MemberID |
| Host's user/member ID which is consistent across all collections the host is a member of. | |
| string | PublicAddress |
| External facing address for clients. | |
| string | PrivateAddress |
| Internal facing address for server to server communication. | |
| string | PublicKey |
| Public key for host to host authentication. | |
| bool | Master |
| true = Master, false = Slave | |
| Simias::Host::HostInfo::HostInfo | ( | ) | [inline] |
HostInfo default constructor.
| Simias::Host::HostInfo::HostInfo | ( | ) | [inline] |
HostInfo default constructor.
| string HostInfo::ID |
Host's unique ID.
| string Simias::Host::HostInfo::Name |
Host's name.
Host's user/member ID which is consistent across all collections the host is a member of.
| string HostInfo::PublicAddress |
External facing address for clients.
| string HostInfo::PrivateAddress |
Internal facing address for server to server communication.
| string HostInfo::PublicKey |
Public key for host to host authentication.
| bool HostInfo::Master |
true = Master, false = Slave
1.5.6