Device value input flags. Used by the internal Packet.CommandCodeType.DeviceValue command.
Namespace:
Bespoke.Robotics.BrainStemAssembly: Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum DeviceValueFlags |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration DeviceValueFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class DeviceValueFlags |
Members
| Member name | Description | |
|---|---|---|
| Host |
Device value responses are sent to the host.
| |
| Reflex |
Device value responses are routed internally.
|