C# Class Plugin.Net.Demo.PluginImpl

Afficher le fichier Open project: CDTeam/Siri-Proxy

Méthodes publiques

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

Method Details

FreeCommandCallResult() public static méthode

public static FreeCommandCallResult ( IntPtr p ) : void
p System.IntPtr
Résultat void

InitPluginModule() public static méthode

public static InitPluginModule ( ) : bool
Résultat bool

OnCommandCall() public static méthode

public static OnCommandCall ( PlistPackageArgs &args ) : IntPtr
args SiriProxy.Plugins.Interface4Net.PlistPackageArgs
Résultat System.IntPtr

PluginInfoFree() public static méthode

public static PluginInfoFree ( IntPtr p ) : void
p System.IntPtr
Résultat void

UnInitPluginModule() public static méthode

public static UnInitPluginModule ( ) : void
Résultat void