ServiceDiscovery Struct Reference

#include <network_service_discovery.h>

Classes

struct   JoinContext
struct   LeaveContext

Public Types

using  DataMap = HashMap < String , String >
using  JoinCallback = Delegate < void( JoinContext ctx, Bool moreComing)>
using  UpdateCallback = Delegate < void( JoinContext ctx, Bool moreComing)>
using  LeaveCallback = Delegate < void( LeaveContext ctx, Bool moreComing)>

Member Typedef Documentation

◆  DataMap

using DataMap = HashMap < String , String >

◆  JoinCallback

using JoinCallback = Delegate <void( JoinContext ctx, Bool moreComing)>

◆  UpdateCallback

using UpdateCallback = Delegate <void( JoinContext ctx, Bool moreComing)>

◆  LeaveCallback

using LeaveCallback = Delegate <void( LeaveContext ctx, Bool moreComing)>