Result
Namespace: FSharp.Plc.Ads.Experimental
Parent Module: Builder
Functions and values
Function or value | Description |
adsCode arg1
Signature: Result<'T> -> AdsErrorCode
Type parameters: 'T |
![]() ![]() returns ADS error code of ADS NOK
throws returns TwinCAT.Ads.AdsErrorCode |
adsError arg1
Signature: Result<'T> -> string
Type parameters: 'T |
![]() ![]() returns additional information for ADS NOK
throws |
error arg1
Signature: Result<'T> -> string
Type parameters: 'T |
![]() ![]() returns error description of NOK
throws |
isAdsNok arg1
Signature: Result<'T> -> bool
Type parameters: 'T |
![]() ![]() returns true if result is ADS NOK
|
isNok arg1
Signature: Result<'T> -> bool
Type parameters: 'T |
![]() ![]() returns true if result is NOK
|
isOk arg1
Signature: Result<'T> -> bool
Type parameters: 'T |
![]() ![]() returns true if result is
|
value arg1
Signature: Result<'T> -> 'T
Type parameters: 'T |
![]() ![]() returns value of OK
throws |