Click or drag to resize

MotorHardwareSpecifications Constructor (Int32, Int32, String, String)

Initializes a new instance of the MotorHardwareSpecifications class

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.1.23514.0 , built 2023-11-07 12:21:30 UTC
Syntax
public MotorHardwareSpecifications(
	int motorId,
	int motorOpticalPathType,
	string serialNumber,
	string masterSerialNumber
)

Parameters

motorId
Type: SystemInt32
motorOpticalPathType
Type: SystemInt32
serialNumber
Type: SystemString
masterSerialNumber
Type: SystemString
See Also