CogNdmSlmpConfig RemoteStationDestModule Property Cognex VisionPro 9.22
Gets/sets the Remote Station Destination Module. This is the ID of the station in the rack.

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

public CogSlmpRemoteStationDestModuleConstants RemoteStationDestModule { get; set; }

Property Value

Type: CogSlmpRemoteStationDestModuleConstants
Default value is CogSlmpRemoteStationDestModuleConstants.LocalStation_0x3ff.
Exceptions

ExceptionCondition
CogFfpInvalidSlmpConfigException Thrown if RemoteStationDestModule is not a valid CogSlmpRemoteStationDestModuleConstants enumeration.
See Also