Dreamine.PLC.Core 1.0.1
Dreamine.PLC.Core 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.PLC.Core.Simulation.PlcSimulatorClientOptions 클래스 참조sealed

더 자세히 ...

속성

string Host = "127.0.0.1" [get, set]
int Port = 55000 [get, set]
int ConnectTimeoutMs = 3000 [get, set]

상세한 설명

TCP PLC 시뮬레이터 클라이언트 옵션을 정의합니다.

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

속성 문서화

◆ ConnectTimeoutMs

int Dreamine.PLC.Core.Simulation.PlcSimulatorClientOptions.ConnectTimeoutMs = 3000
getset

밀리초 단위 연결 제한 시간을 가져오거나 설정합니다.

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

41{ get; set; } = 3000;

◆ Host

string Dreamine.PLC.Core.Simulation.PlcSimulatorClientOptions.Host = "127.0.0.1"
getset

원격 호스트를 가져오거나 설정합니다.

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

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

◆ Port

int Dreamine.PLC.Core.Simulation.PlcSimulatorClientOptions.Port = 55000
getset

원격 포트를 가져오거나 설정합니다.

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

31{ get; set; } = 55000;

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