Searched defs:ServiceInfo (Results 1 – 4 of 4) sorted by relevance
32 public struct ServiceInfo struct34 public int NetworkInterface;35 public Protocol Protocol;36 public string Domain;37 public string ServiceType;38 public string Name;40 public string HostName;41 public IPAddress Address;42 public UInt16 Port;43 public byte[][] Text;[all …]
77 typedef struct ServiceInfo ServiceInfo; typedef79 struct ServiceInfo { struct87 AVAHI_LLIST_FIELDS(ServiceInfo, info); argument
33 public abstract class ServiceInfo implements Cloneable { class
1598 } ServiceInfo; typedef