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