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

더 자세히 ...

SampleSmart.Pages.PageSub.CommunicationTabs.SerialCommunicationTabEvent에 대한 협력 다이어그램:

Public 멤버 함수

 SerialCommunicationTabEvent (CommunicationSampleRuntime runtime)

Private 속성

readonly CommunicationSampleRuntime _runtime

상세한 설명

Serial 통신 샘플 탭 이벤트 처리 클래스입니다.

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

생성자 & 소멸자 문서화

◆ SerialCommunicationTabEvent()

SampleSmart.Pages.PageSub.CommunicationTabs.SerialCommunicationTabEvent.SerialCommunicationTabEvent ( CommunicationSampleRuntime runtime)
inline

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

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

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

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

다음을 참조함 : _runtime.

멤버 데이터 문서화

◆ _runtime

readonly CommunicationSampleRuntime SampleSmart.Pages.PageSub.CommunicationTabs.SerialCommunicationTabEvent._runtime
private

runtime 값을 보관합니다.

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

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


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