Message Feeder C-language access

This chapter describes how to access the Message Feed server using the C language. The access to the Message Feed server is socket based.

The API is designed for use in both synchronous and asynchronous modes.

The include file mfp.h is located in the directory $CORE_ROOT/c/include. The library file mfp.o or mfp.obj is located in the directory $CORE_ROOT/c/lib.

The following topics describe the C-language MFP functions:

mfp_Authenticate

mfp_Connect

mfp_Disconnect

mfp_FreeReply

mfp_GetLastError

mfp_GetReply

mfp_GetSocket

mfp_Revision

mfp_StatusToString

mfp_SubmitMessage