Types of messages that can be carried by a Packet.CommandCodeType.Message

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 MessageCodeType
Visual Basic (Declaration)
Public Enumeration MessageCodeType
Visual C++
public enum class MessageCodeType

Members

Member nameDescription
IicNoAck
NotIicWriteAddress
IicQueueOverflow
IicQueueUnderflow
PowerUpReset
MemoryNoAck
MemoryReadTooLong
MemoryAddressError
CommandInvalid
CommandTooLong
CommandIndexError
CommandParamError
CommandQueueOverflow
CommandQueueUnderflow
LinkQueueOverflow
TimerConflict
FileInitError
FileModeError
FileCloseError
FileSizeError
MessageTooLong
CommandBadRawInput
IicBufferOverflow
IicCommandQueueOverflow
IicCommandQueueUnderflow
VmNotFree
VmExit
CommandTooShort
SerialError

See Also