메소드 |
설명 |
|
CommandLock ( System.Int64 ix ) : bool |
|
|
CommandUnLock ( System.Int64 ix ) : bool |
|
|
GetCommandId ( System.Int64 ix, int id ) : int |
|
|
GetCommandName ( System.Int64 ix, int id, [ commandName ) : void |
|
|
GetCommandParams ( System.Int64 ix, int id, [ commandParams ) : void |
|
|
IsCommandWaiting ( System.Int64 ix ) : int |
|
|
SetBoolCommandResponse ( System.Int64 ix, int id, bool response, int error ) : void |
|
|
SetDateTimeCommandResponse ( System.Int64 ix, int id, System.Int64 response, int error ) : void |
|
|
SetDoubleCommandResponse ( System.Int64 ix, int id, double response, int error ) : void |
|
|
SetEnumCommandResponse ( System.Int64 ix, int id, int response, int error ) : void |
|
|
SetIntCommandResponse ( System.Int64 ix, int id, int response, int error ) : void |
|
|
SetLongCommandResponse ( System.Int64 ix, int id, long response, int error ) : void |
|
|
SetStringCommandResponse ( System.Int64 ix, int id, [ response, int error ) : void |
|
|
SetVoidCommandResponse ( System.Int64 ix, int id, int error ) : void |
|
|
setCommandResponse ( int id, object response, int errorCode ) : void |
|
|