public void SendMessage(string msg, IRtmWrapper.SendMessageOptions smo)
 {
     var result = sendChannelMessageWithOptions(chHandler, msg, ref smo);
 }
Exemple #2
0
 public override void SendChannelMessageWithOptions(IRtmChannel channel, string channelName, string msg, IRtmWrapper.SendMessageOptions smo)
 {
     channel.SendMessage(msg);
 }
 public static extern int sendChannelMessageWithOptions(IntPtr chHandler, string msg, ref IRtmWrapper.SendMessageOptions smo);