diff --git a/main/index.html b/main/index.html index 858d722c..3ddb262c 100644 --- a/main/index.html +++ b/main/index.html @@ -587,8 +587,8 @@
Data Length
2 byte
Specifies the length of the Data argument in bytes.
Specifies the length of the Data argument in bytes. +Note: The argument value describes the actual data length and not the CAN Data Length Code (DLC).
Data
n byte
Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN Format.
Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN Format. +Note: The value of this argument also includes padding bytes if these are required by the CAN format in the respective situation.
Behavior
Data Length
2 byte
Specifies the length of the Data argument in bytes.
Specifies the length of the Data argument in bytes. +Note: The argument value describes the actual data length and not the CAN Data Length Code (DLC).
Data
n byte
Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN FD Format.
Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN FD Format. +Note: The value of this argument also includes padding bytes if these are required by the CAN format in the respective situation.
Behavior
Data Length
2 byte
Specifies the length of the Data argument in bytes.
Specifies the length of the Data argument in bytes. +Note: The argument value describes the actual data length and not the CAN Data Length Code (DLC).
Data
n byte
Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN XL Format.
Stores the given frame data to transfer, whereby the valid length of the data depends on the CAN XL Format. +Note: The value of this argument also includes padding bytes if these are required by the CAN format in the respective situation.
Behavior