Skip to content

builtin/broadcast.h

Namespaces

Name
cvedia
cvedia::net

Classes

Name
class cvedia::net::Broadcast

Types

Name
typedef int sock_t
using std::function< std::string(std::string const &data)> BroadcastCallbackHandler

Attributes

Name
const u_short BROADCAST_PORT

Defines

Name
closesocket
INVALID_SOCKET

Types Documentation

typedef sock_t

typedef int sock_t;

using BroadcastCallbackHandler

using BroadcastCallbackHandler =  std::function<std::string(std::string const& data)>;

Attributes Documentation

variable BROADCAST_PORT

const u_short BROADCAST_PORT = 49888;

Macros Documentation

define closesocket

#define closesocket close

define INVALID_SOCKET

#define INVALID_SOCKET -1

Updated on 2024-04-25 at 17:50:48 +0000