| LayoutCompileEcu Method |
Compiles the suplied ECUSER specification into a Layout. The
specification is composed of a sequence of three or more
lines separeted by a new-line character. The first of these lines
specifies the name of the Layout. The last line specifies the
signature of the Layout. The lines between the first and the
last specify the fields of the Layout.
Namespace:
OBCOM.NetSwitchLib.Layouts
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public void CompileEcu(
string specification
)
Public Sub CompileEcu (
specification As String
)
Parameters
- specification
- Type: SystemString
An ECUSER specification.
Exceptions See Also