Redler Technologies Inc.

MotionDataPacketIsDriverFault Property

Determines if the packet is a driver fault. For example, 100[0] in serial communication and abort codes in CANOpen. In that case, the command is the command that caused the error (if applicable) and the driver fault is embedded in the payload

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public bool IsDriverFault { get; }

Property Value

Boolean

See Also