IValueRawSymbol.WriteRawValue Method (.Byte., Int32)
Writes the raw value of the IValueSymbol (Ads Read / Write)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
void WriteRawValue(
byte[] value,
int timeout
)
VB
Sub WriteRawValue (
value As Byte(),
timeout As Integer
)
Parameters
value |
Type: .System.Byte. |
timeout |
Type: System.Int32 |
Field Value
Type:
The value.
Remarks
A negative timeout indicates that the Default Timeout for the communication will be used. 0 means timeout is switched off.