Click or drag to resize

SRECRecord Constructor

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.

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

Parameters

line
Type: SystemString
string to parse
See Also