IValueRawSymbol.ReadRawValue Method (Int32)
Reads the raw value of the IValueSymbol (Ads Read / Write)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
byte[] ReadRawValue(
int timeout
)
Parameters
timeout |
Type: System.Int32 |
Field Value
Type: .Byte.
The raw value.
Return Value
Type: .Byte.
System.Byte[].
Remarks
A negative timeout indicates that the Default Timeout for the communication will be used. 0 means timeout is switched off.