C# Class Plugin.Net.Demo.PluginImpl

ファイルを表示 Open project: CDTeam/Siri-Proxy

Public Methods

Method Description
FreeCommandCallResult ( IntPtr p ) : void
InitPluginModule ( ) : bool
OnCommandCall ( PlistPackageArgs &args ) : IntPtr
PluginInfoFree ( IntPtr p ) : void
UnInitPluginModule ( ) : void

Method Details

FreeCommandCallResult() public static method

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

InitPluginModule() public static method

public static InitPluginModule ( ) : bool
return bool

OnCommandCall() public static method

public static OnCommandCall ( PlistPackageArgs &args ) : IntPtr
args SiriProxy.Plugins.Interface4Net.PlistPackageArgs
return System.IntPtr

PluginInfoFree() public static method

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

UnInitPluginModule() public static method

public static UnInitPluginModule ( ) : void
return void