Redler Technologies Inc.

MotionPacketHelperDriverStatus Constructor

Represents the status of the driver

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public DriverStatus(
	string statusMessage,
	string statusHint = ""
)

Parameters

statusMessage  String
The status message
statusHint  String  (Optional)
The status hint. Default: Empty

Remarks

Constructs a driver status given the status message

See Also