SRECRecord Class |
Namespace: ProScript
The SRECRecord type exposes the following members.
Name | Description | |
---|---|---|
![]() | SRECRecord |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetAddress |
Gets the memory address associated with this record.
|
![]() | GetData |
Gets the data associated with this record.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRecordType |
Gets the type of record it is.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetAddress |
Sets the memory address associated with this record.
|
![]() | SetData |
Sets the data associated with this record.
|
![]() | SetType |
Sets the type of this record.
|
![]() | ToString |
Prints this object as a human readable string.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | TypeBlockHeader |
This record is a block header.
|
![]() ![]() | TypeDataSeq16Bit |
This record is a 16 bit data sequence.
|
![]() ![]() | TypeDataSeq24Bit |
This record is a 24 bit data sequence.
|
![]() ![]() | TypeDataSeq32Bit |
This record is a 32 bit data sequence.
|
![]() ![]() | TypeEndOfBlock16Bit |
This record is a 16 bit data end of block record.
|
![]() ![]() | TypeEndOfBlock24Bit |
This record is a 24 bit data end of block record.
|
![]() ![]() | TypeEndOfBlock32Bit |
This record is a 32 bit data end of block record.
|
![]() ![]() | TypeRecordCount |
This record is a count record.
|