MotionPacketHelperSendAndReceiveData Constructor
A class that contains both sending data and receiving data
Namespace: Redler.Motion.Communication.MotionPacketsAssembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
public SendAndReceiveData(
TimeSpan delayFromTxToRx,
byte[] iD,
byte[] sendBytes
)
Parameters
- delayFromTxToRx TimeSpan
- The duration to wait after sending the data
- iD Byte
- The id to send
- sendBytes Byte
- The payload to send
Construct a new instance of the object