C# 클래스 SiriProxy.Plugins.Interface4Net.PluginServiceImpl

파일 보기 프로젝트 열기: CDTeam/Siri-Proxy 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PluginServiceImpl ( ) : System

메소드 상세

Create() 공개 정적인 메소드

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

FreeCommandCallResult() 공개 메소드

public FreeCommandCallResult ( IntPtr p ) : void
p System.IntPtr
리턴 void

InitPluginModule() 공개 메소드

public InitPluginModule ( ) : bool
리턴 bool

OnCommandCall() 공개 메소드

public OnCommandCall ( PlistPackageArgs &args ) : IntPtr
args PlistPackageArgs
리턴 System.IntPtr

PluginInfoFree() 공개 메소드

public PluginInfoFree ( IntPtr p ) : void
p System.IntPtr
리턴 void

UnInitPluginModule() 공개 메소드

public UnInitPluginModule ( ) : void
리턴 void