Redler Technologies Inc.

MotionPacketHelperSendAndReceiveData Constructor

A class that contains both sending data and receiving data

Definition

Namespace: Redler.Motion.Communication.MotionPackets
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
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

Remarks

Construct a new instance of the object

See Also