C# 클래스 SiLA.Provider.SiLAWebService

상속: System.Web.Services.WebService
파일 보기 프로젝트 열기: SiLAOSS/Demo

공개 메소드들

메소드 설명
SiLAWebService ( ) : System

Initializes a new instance of the SiLAWebService class

비공개 메소드들

메소드 설명
Abort ( int requestId, string lockId ) : SiLAReturnValue
Delay ( int requestId, string lockId, string time ) : SiLAReturnValue
DoContinue ( int requestId, string lockId ) : SiLAReturnValue
GetDeviceIdentification ( int requestId, string lockId, SiLA_DeviceIdentification &deviceDescription ) : SiLAReturnValue
GetParameters ( int requestId, string lockId ) : SiLAReturnValue
GetStatus ( int requestId, string &deviceID, Status &state, SiLA.Provider.CommandDescription &substates, System.Boolean &locked, string &PMSId, System.DateTime &currentTime ) : SiLAReturnValue
Initialize ( int requestId, string lockId ) : SiLAReturnValue
LockDevice ( int requestId, string lockId, string lockTimeout, string eventReceiverURI, string PMSId ) : SiLAReturnValue
Pause ( int requestId, string lockId ) : SiLAReturnValue
Reset ( int requestId, string lockId, string deviceId, string eventReceiverURI, string PMSId, string errorHandlingTimeout, System.Boolean simulationMode ) : SiLAReturnValue
RetrieveByPositionId ( int requestId, string lockId, int position, string labwareType ) : SiLAReturnValue
SetParameters ( int requestId, string lockId, string paramsXML ) : SiLAReturnValue
StoreAtPosition ( int requestId, string lockId, int position, string labwareType ) : SiLAReturnValue
UnlockDevice ( int requestId, string lockId ) : SiLAReturnValue

메소드 상세

SiLAWebService() 공개 메소드

Initializes a new instance of the SiLAWebService class
public SiLAWebService ( ) : System
리턴 System