message_new_data
  
  Description:
  public Result message_new_data (
out Message msg, 
uint8 channel)
  
 
  
    Create a new data Message with channel and store the result 
      message in msg.
     Free with free.
    Parameters:
    
      
        | msg | 
        
           a location for the new Message 
         | 
      
      
        | channel | 
        
           the channel 
         | 
      
    
    Returns: