SampleSmart 1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
SampleSmart.Pages.PageSub.PlcTabs.InMemoryPlcTabEvent 클래스 참조sealed

더 자세히 ...

SampleSmart.Pages.PageSub.PlcTabs.InMemoryPlcTabEvent에 대한 협력 다이어그램:

Public 멤버 함수

 InMemoryPlcTabEvent (PlcSampleRuntime runtime)
void UseInMemory ()

Private 속성

readonly PlcSampleRuntime _runtime

상세한 설명

InMemory PLC 테스트 이벤트 처리 클래스입니다.

InMemoryPlcTab.xaml.Event.cs 파일의 11 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ InMemoryPlcTabEvent()

SampleSmart.Pages.PageSub.PlcTabs.InMemoryPlcTabEvent.InMemoryPlcTabEvent ( PlcSampleRuntime runtime)
inline

InMemoryPlcTabEvent 클래스의 새 인스턴스를 초기화합니다.

매개변수
runtimePLC 샘플 공유 런타임입니다.
예외
ArgumentNullException필수 입력 인자 중 하나가 null인 경우 발생합니다.

InMemoryPlcTab.xaml.Event.cs 파일의 47 번째 라인에서 정의되었습니다.

48 {
49 _runtime = runtime ?? throw new ArgumentNullException(nameof(runtime));
50 }

다음을 참조함 : _runtime.

멤버 함수 문서화

◆ UseInMemory()

void SampleSmart.Pages.PageSub.PlcTabs.InMemoryPlcTabEvent.UseInMemory ( )
inline

InMemory PLC Client를 선택합니다.

InMemoryPlcTab.xaml.Event.cs 파일의 60 번째 라인에서 정의되었습니다.

61 {
62 _runtime.UseInMemoryClient();
63 }

다음을 참조함 : _runtime.

멤버 데이터 문서화

◆ _runtime

readonly PlcSampleRuntime SampleSmart.Pages.PageSub.PlcTabs.InMemoryPlcTabEvent._runtime
private

runtime 값을 보관합니다.

InMemoryPlcTab.xaml.Event.cs 파일의 21 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : InMemoryPlcTabEvent(), UseInMemory().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: