We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdab1c9 commit 7c6d96fCopy full SHA for 7c6d96f
libEDSsharp/eds.cs
@@ -1430,9 +1430,9 @@ public string Paramater_cname()
1430
}
1431
1432
/// <summary>
1433
- /// Return the size in bytes for the given CANopen datatype of this object, eg the size of what ever the datatype field is set to
+ /// Return the size in bits for the given CANopen datatype of this object, eg the size of what ever the datatype field is set to
1434
/// </summary>
1435
- /// <returns>no of bytes</returns>
+ /// <returns>no of bits</returns>
1436
public int Sizeofdatatype()
1437
{
1438
DataType dt = datatype;
0 commit comments