The direction the packets are transferred.
Namespace:
Bespoke.Robotics.BrainStemAssembly: 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 name | Description | |
|---|---|---|
| HostToStem |
Packets sent from host to BrainStem.
| |
| StemToHost |
Packets sent from BrainStem to host.
| |
| ModuleToRouter |
Packets sent from a module to a router.
|