|
The Robot Application Programming Interface Delegate Project
|
|
TextMessage is a message that allows RAPID application users to chat with each other or for logging-style activities.
import "TextMessage.idl";


Public Attributes | |
| public MessageLevel | level |
| Importance level of message. | |
| public String64 | category |
| What message is pertaining to. | |
| public String2K | message |
| Actual text message. | |
| public MessageLevel level |