Click or drag to resize

SRECRecord Class

This represents a single line in the SREC file which represents part of the overall program structure.
Inheritance Hierarchy
SystemObject
  ProScriptSRECRecord

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class SRECRecord

The SRECRecord type exposes the following members.

Constructors
  NameDescription
Public methodSRECRecord
Initializes a new instance of the SRECRecord class. This constructor will take a line from an SREC file and will attempt to parse and validate it.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAddress
Gets the memory address associated with this record.
Public methodGetData
Gets the data associated with this record.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRecordType
Gets the type of record it is.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAddress
Sets the memory address associated with this record.
Public methodSetData
Sets the data associated with this record.
Public methodSetType
Sets the type of this record.
Public methodToString
Prints this object as a human readable string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberTypeBlockHeader
This record is a block header.
Public fieldStatic memberTypeDataSeq16Bit
This record is a 16 bit data sequence.
Public fieldStatic memberTypeDataSeq24Bit
This record is a 24 bit data sequence.
Public fieldStatic memberTypeDataSeq32Bit
This record is a 32 bit data sequence.
Public fieldStatic memberTypeEndOfBlock16Bit
This record is a 16 bit data end of block record.
Public fieldStatic memberTypeEndOfBlock24Bit
This record is a 24 bit data end of block record.
Public fieldStatic memberTypeEndOfBlock32Bit
This record is a 32 bit data end of block record.
Public fieldStatic memberTypeRecordCount
This record is a count record.
Top
See Also