B2S.Server Plugin Interface
Interface library for B2S.Server plugins
Go to:
Overview 
 All Classes Namespaces Files Functions Properties Pages
B2SServerPluginInterface.png

B2S.Server Plugin Interface Documentation

The B2S.Server by Stefan/Herweh acts as a proxy between Visual Pinball and Pinmame. To allow other libraries to listen to the dataflow between Visual Pinball and Pinmame as well, a plugin infrastructure exists in the B2S.Server.

To allow the B2S.Server to discover plugins, all plugins must implement a common interface. These interfaces are defined in the B2SServerPluginInterface.dll. This documentation will show you how to use these interfaces in your own plugin and explain the members of the interface.