B2S.Server Plugin Interface
Interface library for B2S.Server plugins
Switch to B2S.Server Sample Plugin Documentation 
 All Classes Namespaces Files Functions Properties Pages
B2SServerPluginInterface.IDirectPluginPinMame Interface Reference

Optional interface for plugins, needing updates on important PinMame calls.
If a plugin does not need these updates, the interface does not need to be implemented.
More...

Public Member Functions

void PinMameRun ()
 This method is called, when the Run method of PinMame gets called. More...
 
void PinMamePause ()
 This method is called, when the property Pause of Pinmame gets set to true. More...
 
void PinMameContinue ()
 This method is called, when the property Pause of Pinmame gets set to false. More...
 
void PinMameStop ()
 This method is called, when the Stop method of Pinmame is called. More...
 

Detailed Description

Optional interface for plugins, needing updates on important PinMame calls.
If a plugin does not need these updates, the interface does not need to be implemented.

Remarks
Remember that every plugin does also habe to implement the IDrectPlugin interface to make it recognizeable by the plugin host (B2S.Server).

Definition at line 9 of file IDirectPluginPinMame.cs.

Member Function Documentation

void B2SServerPluginInterface.IDirectPluginPinMame.PinMameContinue ( )

This method is called, when the property Pause of Pinmame gets set to false.

void B2SServerPluginInterface.IDirectPluginPinMame.PinMamePause ( )

This method is called, when the property Pause of Pinmame gets set to true.

void B2SServerPluginInterface.IDirectPluginPinMame.PinMameRun ( )

This method is called, when the Run method of PinMame gets called.

void B2SServerPluginInterface.IDirectPluginPinMame.PinMameStop ( )

This method is called, when the Stop method of Pinmame is called.


The documentation for this interface was generated from the following file: