VSTa manual pages  - MSG_ACCEPT (2)

NAME

msg_accept - accept a connection from a client

CONTENTS

Synopsis
Description

SYNOPSIS

#include <sys/msg.h>
int msg_accept(long handle);

DESCRIPTION

The msg_accept() system service is used by a server to accept an incoming connection from a client. After this call, the client will be able to exchange messages with the server.

handle is the value passed in m_sender field of the MSG_CONNECT message received by the server on its port using msg_receive().


MSG_ACCEPT (2)
Generated by manServer 1.06 from msg_acce.2 using man macros.