|
Dreamine.Communication.Serial 1.0.2
Dreamine.Communication.Serial 통신 기능과 관련 API를 제공합니다.
|
속성 | |
| string | PortName = "COM1" [get, set] |
| int | BaudRate = 9600 [get, set] |
| int | DataBits = 8 [get, set] |
| Parity | Parity = Parity.None [get, set] |
| StopBits | StopBits = StopBits.One [get, set] |
| Handshake | Handshake = Handshake.None [get, set] |
| int | ReadTimeoutMs = 3000 [get, set] |
| int | WriteTimeoutMs = 3000 [get, set] |
| int | ReadBufferSize = 4096 [get, set] |
| int | WriteBufferSize = 4096 [get, set] |
RS-232 시리얼 포트의 회선, 제한 시간 및 버퍼 설정을 구성합니다.
SerialPortTransportOptions.cs 파일의 13 번째 라인에서 정의되었습니다.
|
getset |
회선 통신 속도인 보드율을 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 33 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Serial.Ports.SerialPortTransport.ValidateOptions().
|
getset |
문자당 데이터 비트 수를 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 43 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Serial.Ports.SerialPortTransport.ValidateOptions().
|
getset |
흐름 제어 Handshake 방식을 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 73 번째 라인에서 정의되었습니다.
|
getset |
패리티 검사 방식을 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 53 번째 라인에서 정의되었습니다.
|
getset |
열 시리얼 포트 이름을 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 23 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Serial.Ports.SerialPortTransport.ValidateOptions().
|
getset |
수신 버퍼 크기(바이트)를 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 103 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Serial.Ports.SerialPortTransport.ValidateOptions().
|
getset |
읽기 제한 시간(밀리초)을 가져오거나 설정합니다. 0은 즉시 반환하고 -1은 무한 대기입니다.
SerialPortTransportOptions.cs 파일의 83 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Serial.Ports.SerialPortTransport.ValidateOptions().
|
getset |
정지 비트 설정을 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 63 번째 라인에서 정의되었습니다.
|
getset |
송신 버퍼 크기(바이트)를 가져오거나 설정합니다.
SerialPortTransportOptions.cs 파일의 113 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Serial.Ports.SerialPortTransport.ValidateOptions().
|
getset |
쓰기 제한 시간(밀리초)을 가져오거나 설정합니다. 0은 즉시 반환하고 -1은 무한 대기입니다.
SerialPortTransportOptions.cs 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Serial.Ports.SerialPortTransport.ValidateOptions().