コード例 #1
0
ファイル: net_4_5-api-0-8.cs プロジェクト: nlhepler/mono
 public override void _Private_ChannelClose(
   System.UInt16 @replyCode,
   System.String @replyText,
   System.UInt16 @classId,
   System.UInt16 @methodId)
 {
   ChannelClose __req = new ChannelClose();
   __req.m_replyCode = @replyCode;
   __req.m_replyText = @replyText;
   __req.m_classId = @classId;
   __req.m_methodId = @methodId;
   ModelSend(__req,null,null);
 }
コード例 #2
0
   public override void _Private_ChannelClose(
 ushort @replyCode,
 string @replyText,
 ushort @classId,
 ushort @methodId)
   {
       ChannelClose __req = new ChannelClose();
         __req.m_replyCode = @replyCode;
         __req.m_replyText = @replyText;
         __req.m_classId = @classId;
         __req.m_methodId = @methodId;
         ModelSend(__req,null,null);
   }