The direction the packets are transferred.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum DirectionType
Visual Basic (Declaration)
Public Enumeration DirectionType
Visual C++
public enum class DirectionType

Members

Member nameDescription
HostToStem
Packets sent from host to BrainStem.
StemToHost
Packets sent from BrainStem to host.
ModuleToRouter
Packets sent from a module to a router.

See Also