Skip to content

Commit f5f62aa

Browse files
committed
Update ReadSize documentation
1 parent 4f6c398 commit f5f62aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OpenEphys.Onix1/StartAcquisition.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ public class StartAcquisition : Combinator<ContextTask, IGroupedObservable<uint,
6060
/// cref="MemoryMonitorData"/>).
6161
/// </para>
6262
/// <para>
63-
/// The number of bytes set will be rounded up to the next multiple of four.
63+
/// If a value is set that is not aligned to a 32-bit word boundary, it will be rounded up
64+
/// to the next 32-bit aligned value.
6465
/// </para>
6566
/// </remarks>
6667
[Description("Number of bytes read per cycle of the acquisition thread.")]

0 commit comments

Comments
 (0)