Avahi.EntryGroup.avahi_entry_group_add_service_subtype C# (CSharp) Метод

avahi_entry_group_add_service_subtype() приватный Метод

private avahi_entry_group_add_service_subtype ( IntPtr group, int iface, Protocol proto, PublishFlags flags, byte name, byte type, byte domain, byte subtype ) : int
group System.IntPtr
iface int
proto Protocol
flags PublishFlags
name byte
type byte
domain byte
subtype byte
Результат int
        private static extern int avahi_entry_group_add_service_subtype(IntPtr group, int iface, Protocol proto,
                                                                         PublishFlags flags, byte[] name, byte[] type,
                                                                         byte[] domain, byte[] subtype);