RtBus.Seek Method

Sets the position within the current stream.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public override long Seek(
    long offset,
    SeekOrigin origin
)

Parameters

offset

Type: System.Int64
A byte offset relative to the origin paramete.

origin

Type: System.IO.SeekOrigin
A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.

Return Value

Type: Int64
The new position within the current stream.

See Also: