Home >

FM SDK Programming Guide > Message Dispatch API Reference

  
Message Dispatch API Reference

The FM SDK has a number of host libraries that must be linked into the host application in order to be able to communicate with an FM. The following functions labelled by the MD_ prefix form the Message Dispatch (MD) API. The function prototypes are defined in the header file md.h. The libraries etpso (for local HSMs) and etnetclient (for remote HSMs) implement the PCIe bus and NetServer driver respectively. The driver is accessible via the MD API.

Functions included in this Reference are:

MD_Initialize

MD_Finalize

MD_GetHsmCount

MD_GetHsmState

MD_ResetHsm

MD_SendReceive

MD_GetParameter

FM Host Legacy Functions API