Redler Technologies Inc.

MotionPacketHelperUpdateDriverWarnings(MotionPacketHelperEVDriverWarnings, 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 UpdateDriverWarnings(
	MotionPacketHelperEVDriverWarnings warnings,
	ICollection<MotionPacketHelperDriverStatus> warningList
)

Parameters

warnings  MotionPacketHelperEVDriverWarnings
The error that we got from the driver

Reminder - it's in flag format

warningList  ICollectionMotionPacketHelperDriverStatus
The collection to update with the new warnings

See Also