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

더 자세히 ...

SampleSmart.Pages.PageSub.PageIoMonitorViewModel에 대한 상속 다이어그램 :
SampleSmart.Pages.PageSub.PageIoMonitorViewModel에 대한 협력 다이어그램:

Public 멤버 함수

 PageIoMonitorViewModel (PageIoMonitorEvent @event)

속성

IoSampleRuntime Runtime [get]

Private 멤버 함수

partial void UseRealController ()
partial void UseSampleController ()
partial void Connect ()
partial void ProbeHardware ()
partial void Disconnect ()
partial void ToggleInputs ()
partial void RefreshInputs ()
partial void WriteOutputs ()
partial void ReadOutputs ()

Private 속성

PageIoMonitorEvent _event

상세한 설명

Dreamine I/O 모니터 샘플 페이지 ViewModel입니다.

PageIoMonitor.xaml.ViewModel.cs 파일의 15 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ PageIoMonitorViewModel()

SampleSmart.Pages.PageSub.PageIoMonitorViewModel.PageIoMonitorViewModel ( PageIoMonitorEvent @ event)
inline

지정한 설정으로 PageIoMonitorViewModel 클래스의 새 인스턴스를 초기화합니다.

매개변수
eventevent에 사용할 PageIoMonitorEvent 값입니다.

PageIoMonitor.xaml.ViewModel.cs 파일의 153 번째 라인에서 정의되었습니다.

154 {
155 ArgumentNullException.ThrowIfNull(@event);
156
157 _event = @event;
158 }

다음을 참조함 : _event.

멤버 함수 문서화

◆ Connect()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.Connect ( )
private

연결 명령입니다.

◆ Disconnect()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.Disconnect ( )
private

연결 해제 명령입니다.

◆ ProbeHardware()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.ProbeHardware ( )
private

실물 장비 Probe 명령입니다.

◆ ReadOutputs()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.ReadOutputs ( )
private

출력 읽기 명령입니다.

◆ RefreshInputs()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.RefreshInputs ( )
private

입력 갱신 명령입니다.

◆ ToggleInputs()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.ToggleInputs ( )
private

입력 토글 명령입니다.

◆ UseRealController()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.UseRealController ( )
private

실물 UDP 컨트롤러 선택 명령입니다.

◆ UseSampleController()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.UseSampleController ( )
private

샘플 컨트롤러 선택 명령입니다.

◆ WriteOutputs()

partial void SampleSmart.Pages.PageSub.PageIoMonitorViewModel.WriteOutputs ( )
private

출력 쓰기 명령입니다.

멤버 데이터 문서화

◆ _event

PageIoMonitorEvent SampleSmart.Pages.PageSub.PageIoMonitorViewModel._event
private

Dreamine I/O 모니터 샘플 이벤트 처리 객체입니다.

PageIoMonitor.xaml.ViewModel.cs 파일의 26 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : PageIoMonitorViewModel().

속성 문서화

◆ Runtime

IoSampleRuntime SampleSmart.Pages.PageSub.PageIoMonitorViewModel.Runtime
get

I/O 샘플 Runtime입니다.

PageIoMonitor.xaml.ViewModel.cs 파일의 36 번째 라인에서 정의되었습니다.


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