Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Packet
Helper
Burn
Block
Get
Blocks
To
Send Method
Calculates the burn block that will be sent to the driver, and divides it if needed, with it's correspondent checksum
Definition
Namespace:
Redler.Motion.Communication.MotionPackets
Assembly:
Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
Copy
public
IEnumerable
<(
byte
[] ,
ushort
expectedCS)>
GetBlocksToSend
()
Return Value
IEnumerable
ValueTuple
Byte
,
UInt16
A list of blocks to send and it's correspondent checksum
See Also
Reference
MotionPacketHelper
BurnBlock Class
Redler.Motion.Communication.MotionPackets Namespace
In This Article
Definition
See Also