Get an encapulated packet with bytes to be sent to the device

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public virtual Protocol_PRO4_Packet Tx()
Visual Basic (Declaration)
Public Overridable Function Tx As Protocol_PRO4_Packet
Visual C++
public:
virtual Protocol_PRO4_Packet^ Tx()

Return Value

A valid pro4 protocol packet or null if there are no bytes to send

See Also