CogNdmSlmpConfig MessageFormat Property Cognex VisionPro 9.22
Gets/sets the SLMP Message Format.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 87.0.0.0
Syntax

public CogSlmpMessageFormatConstants MessageFormat { get; set; }

Property Value

Type: CogSlmpMessageFormatConstants
Default value is CogSlmpMessageFormatConstants.QLSeries_3E.
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if MessageFormat is not a valid CogSlmpMessageFormatConstants enumeration.
See Also