constants MessageTypes

  NameValueDescription 
   msgMessage0 Defines MSG type message.  
   msgReply1 Defines RPY type message.  
   msgAnswer2 Defines ANS type message.  
   msgError3 Defines ERR type message.  
   msgEmpty4 Defines NUL type message.  
   msgOther5 Defines Unknown message type.  
 

Above list defines all types of messages you can use in your profiles. msgOther is not available for your usage, and should be used only by transport service implementations. More information can be found in Type property.