You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Structs, Records, Enums > Dew.Signal.TFraming Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.TFraming Enumeration

Defines how to browse a multi-record file.

Syntax
C#
Visual Basic
public enum TFraming : uint { frSingleRecord, frAcrossAllRecords }

FileSignal.cs

Members 
Description 
frSingleRecord 
Calling NextFrame method will return the next frame from the current record. 
frAcrossAllRecords 
Calling NextFrame method will return the frame from the next record and at the same record position. 

Defines how the TSignalRead component should browse a multi-record file.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!