Redler Technologies Inc.

MotionPacketHelperUpdateDriverErrors(MotionPacketHelperDriverErrors, ICollectionMotionPacketHelperDriverStatus) Method

Shows the error dictionary in the specified error code color

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public static void UpdateDriverErrors(
	MotionPacketHelperDriverErrors errors,
	ICollection<MotionPacketHelperDriverStatus> errorList
)

Parameters

errors  MotionPacketHelperDriverErrors
The error that we got from the driver

Reminder - it's in flag format

errorList  ICollectionMotionPacketHelperDriverStatus
The collection to update with the new errors

See Also