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
)
Public Sub New (
line As String
)
public:
SRECRecord(
String^ line
)
new :
line : string -> SRECRecord
Parameters
- line
- Type: SystemString
string to parse
See Also