Click or drag to resize

LayoutCompileEcu Method

Compiles the suplied ECUSER specification into a Layout. The {@code 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.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void CompileEcu(
	string specification
)

Parameters

specification
Type: SystemString
an ECUSER specification.
See Also