bnet_fsend

This form uses:

int bnet_fsend(BSOCK *sock, char *format, …) and it allows you to send a formatted messages somewhat like fprintf(). The return status is the same as bnet_send.

Possible Next Steps

Go to Smart Memory Allocation.

Go back to TCP/IP Network Protocol.

Go back to Developer Guide.