Declared in YLTCPBroadcaster.h

Block Definition

YLTCPBroadcasterCompletionBlock

The TCP broadcaster completion block. This block has no return value and takes one argument: the hosts.

  • hosts: A list of ip strings corresponding to every host available on the network. If no host is found the array is empty.
typedef void (^YLTCPBroadcasterCompletionBlock) (NSArray *hosts)

Declared In

YLTCPBroadcaster.h