|
Dreamine.PLC.Abstractions 1.0.1
Dreamine.PLC.Abstractions 공용 계약과 추상화를 제공합니다.
|
Public 멤버 함수 | |
| PlcResult< PlcAddress > | Parse (string text) |
| bool | TryParse (string text, out PlcAddress address) |
PLC 주소 텍스트를 구조화된 주소로 변환하는 파서를 정의합니다.
IPlcAddressParser.cs 파일의 13 번째 라인에서 정의되었습니다.
| PlcResult< PlcAddress > Dreamine.PLC.Abstractions.Devices.IPlcAddressParser.Parse | ( | string | text | ) |
| bool Dreamine.PLC.Abstractions.Devices.IPlcAddressParser.TryParse | ( | string | text, |
| out PlcAddress | address ) |