C# Class SiriProxy.Plugins.Interface4Net.PluginServiceImpl

Show file Open project: CDTeam/Siri-Proxy Class Usage Examples

Public Methods

Method Description
Create ( string pluginId, string pluginName, string commandText, string commandPattern ) : PluginServiceImpl
FreeCommandCallResult ( IntPtr p ) : void
InitPluginModule ( ) : bool
OnCommandCall ( PlistPackageArgs &args ) : IntPtr
PluginInfoFree ( IntPtr p ) : void
UnInitPluginModule ( ) : void

Private Methods

Method Description
PluginServiceImpl ( ) : System

Method Details

Create() public static method

public static Create ( string pluginId, string pluginName, string commandText, string commandPattern ) : PluginServiceImpl
pluginId string
pluginName string
commandText string
commandPattern string
return PluginServiceImpl

FreeCommandCallResult() public method

public FreeCommandCallResult ( IntPtr p ) : void
p System.IntPtr
return void

InitPluginModule() public method

public InitPluginModule ( ) : bool
return bool

OnCommandCall() public method

public OnCommandCall ( PlistPackageArgs &args ) : IntPtr
args PlistPackageArgs
return System.IntPtr

PluginInfoFree() public method

public PluginInfoFree ( IntPtr p ) : void
p System.IntPtr
return void

UnInitPluginModule() public method

public UnInitPluginModule ( ) : void
return void