ArnLib  4.0.x
Active Registry Network
ArnDiscoverInfo::State Struct Reference

State of Arn discover browse data. Can be tested by relative order. More...

#include <ArnDiscover.hpp>

Public Types

enum  E {
  Init, ServiceName, HostInfoErr, HostInfo,
  HostIpErr, HostIp
}
 

Detailed Description

State of Arn discover browse data. Can be tested by relative order.

Definition at line 79 of file ArnDiscover.hpp.

Member Enumeration Documentation

◆ E

Enumerator
Init 

Initialized null state.

ServiceName 

Got service name and domain (from browsing)

HostInfoErr 

Got error during resolving HostName, HostPort, type and properties.

HostInfo 

Also got HostName, HostPort, type and properties (from resolving)

HostIpErr 

Got error during DNS lookup HostIp.

HostIp 

Also got HostIp (from DNS lookup)

Definition at line 80 of file ArnDiscover.hpp.


The documentation for this struct was generated from the following file: