Dreamine.Communication.Abstractions 1.0.2
Dreamine.Communication.Abstractions 공용 계약과 추상화를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Abstractions.Options.TransportOptions 클래스 참조sealed

더 자세히 ...

속성

TransportKind Kind = TransportKind.Tcp [get, set]
string Host = "127.0.0.1" [get, set]
int Port = 0 [get, set]
string PortName = "COM1" [get, set]
int BaudRate = 9600 [get, set]
int ReadTimeoutMs = 3000 [get, set]
int WriteTimeoutMs = 3000 [get, set]

상세한 설명

연결 기반 전송 계층의 네트워크 및 시리얼 연결 값을 구성합니다.

TransportOptions.cs 파일의 13 번째 라인에서 정의되었습니다.

속성 문서화

◆ BaudRate

int Dreamine.Communication.Abstractions.Options.TransportOptions.BaudRate = 9600
getset

RS-232 계열 전송에서 사용할 보드율을 가져오거나 설정합니다.

TransportOptions.cs 파일의 63 번째 라인에서 정의되었습니다.

63{ get; set; } = 9600;

◆ Host

string Dreamine.Communication.Abstractions.Options.TransportOptions.Host = "127.0.0.1"
getset

통신 대상 호스트 이름 또는 IP 주소를 가져오거나 설정합니다. TCP 또는 HTTP 계열에서 사용합니다.

TransportOptions.cs 파일의 33 번째 라인에서 정의되었습니다.

33{ get; set; } = "127.0.0.1";

◆ Kind

TransportKind Dreamine.Communication.Abstractions.Options.TransportOptions.Kind = TransportKind.Tcp
getset

사용할 전송 방식을 가져오거나 설정합니다.

TransportOptions.cs 파일의 23 번째 라인에서 정의되었습니다.

◆ Port

int Dreamine.Communication.Abstractions.Options.TransportOptions.Port = 0
getset

통신 대상의 네트워크 포트 번호를 가져오거나 설정합니다.

TransportOptions.cs 파일의 43 번째 라인에서 정의되었습니다.

43{ get; set; } = 0;

◆ PortName

string Dreamine.Communication.Abstractions.Options.TransportOptions.PortName = "COM1"
getset

RS-232 계열 전송에서 사용할 시리얼 포트 이름을 가져오거나 설정합니다.

TransportOptions.cs 파일의 53 번째 라인에서 정의되었습니다.

53{ get; set; } = "COM1";

◆ ReadTimeoutMs

int Dreamine.Communication.Abstractions.Options.TransportOptions.ReadTimeoutMs = 3000
getset

읽기 작업의 제한 시간(밀리초)을 가져오거나 설정합니다.

TransportOptions.cs 파일의 73 번째 라인에서 정의되었습니다.

73{ get; set; } = 3000;

◆ WriteTimeoutMs

int Dreamine.Communication.Abstractions.Options.TransportOptions.WriteTimeoutMs = 3000
getset

쓰기 작업의 제한 시간(밀리초)을 가져오거나 설정합니다.

TransportOptions.cs 파일의 83 번째 라인에서 정의되었습니다.

83{ get; set; } = 3000;

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