Click or drag to resize

Gs1GcpLengthTable(TextReader) Constructor

Creates a GCP length table by reading XML from the specified Reader.

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public Gs1GcpLengthTable(
	TextReader reader
)

Parameters

reader  TextReader
 
Exceptions
ExceptionCondition
XMLStreamException if the XML file cannot be parsed
See Also