Пример #1
0
		/// <summary>
		/// Register for the packets we expect to get from the client.
		/// </summary>
		public static void register(MonitorThread mt)
		{
			mt.registerChunkHandler(CHUNK_NHGT, mInst);
			mt.registerChunkHandler(CHUNK_NHSG, mInst);
			mt.registerChunkHandler(CHUNK_NHST, mInst);
			mt.registerChunkHandler(CHUNK_NHEN, mInst);
		}
Пример #2
0
 /// <summary>
 /// Register for the packets we expect to get from the client.
 /// </summary>
 public static void register(MonitorThread mt)
 {
     mt.registerChunkHandler(CHUNK_NHGT, mInst);
     mt.registerChunkHandler(CHUNK_NHSG, mInst);
     mt.registerChunkHandler(CHUNK_NHST, mInst);
     mt.registerChunkHandler(CHUNK_NHEN, mInst);
 }
Пример #3
0
 /// <summary>
 /// Register for the packets we expect to get from the client.
 /// </summary>
 public static void register(MonitorThread mt)
 {
     mt.registerChunkHandler(CHUNK_THCR, mInst);
     mt.registerChunkHandler(CHUNK_THDE, mInst);
     mt.registerChunkHandler(CHUNK_THST, mInst);
     mt.registerChunkHandler(CHUNK_THNM, mInst);
     mt.registerChunkHandler(CHUNK_STKL, mInst);
 }
Пример #4
0
		/// <summary>
		/// Register for the packets we expect to get from the client.
		/// </summary>
		public static void register(MonitorThread mt)
		{
			mt.registerChunkHandler(CHUNK_THCR, mInst);
			mt.registerChunkHandler(CHUNK_THDE, mInst);
			mt.registerChunkHandler(CHUNK_THST, mInst);
			mt.registerChunkHandler(CHUNK_THNM, mInst);
			mt.registerChunkHandler(CHUNK_STKL, mInst);
		}
Пример #5
0
 /// <summary>
 /// Register for the packets we expect to get from the client.
 /// </summary>
 public static void register(MonitorThread mt)
 {
     mt.registerChunkHandler(CHUNK_HPIF, mInst);
     mt.registerChunkHandler(CHUNK_HPST, mInst);
     mt.registerChunkHandler(CHUNK_HPEN, mInst);
     mt.registerChunkHandler(CHUNK_HPSG, mInst);
     mt.registerChunkHandler(CHUNK_HPDS, mInst);
     mt.registerChunkHandler(CHUNK_REAQ, mInst);
     mt.registerChunkHandler(CHUNK_REAL, mInst);
 }
Пример #6
0
		/// <summary>
		/// Register for the packets we expect to get from the client.
		/// </summary>
		public static void register(MonitorThread mt)
		{
			mt.registerChunkHandler(CHUNK_HPIF, mInst);
			mt.registerChunkHandler(CHUNK_HPST, mInst);
			mt.registerChunkHandler(CHUNK_HPEN, mInst);
			mt.registerChunkHandler(CHUNK_HPSG, mInst);
			mt.registerChunkHandler(CHUNK_HPDS, mInst);
			mt.registerChunkHandler(CHUNK_REAQ, mInst);
			mt.registerChunkHandler(CHUNK_REAL, mInst);
		}
Пример #7
0
 /// <summary>
 /// Register for the packets we expect to get from the client.
 /// </summary>
 public static void register(MonitorThread mt)
 {
     mt.registerChunkHandler(CHUNK_APNM, mInst);
 }
Пример #8
0
		/// <summary>
		/// Register for the packets we expect to get from the client.
		/// </summary>
		public static void register(MonitorThread mt)
		{
			mt.registerChunkHandler(CHUNK_HELO, mInst);
		}
Пример #9
0
 /// <summary>
 /// Register for the packets we expect to get from the client.
 /// </summary>
 public static void register(MonitorThread mt)
 {
     mt.registerChunkHandler(CHUNK_MPRE, mInst);
     mt.registerChunkHandler(CHUNK_MPSE, mInst);
     mt.registerChunkHandler(CHUNK_MPRQ, mInst);
 }
Пример #10
0
		/// <summary>
		/// Register for the packets we expect to get from the client.
		/// </summary>
		public static void register(MonitorThread mt)
		{
			mt.registerChunkHandler(CHUNK_MPRE, mInst);
			mt.registerChunkHandler(CHUNK_MPSE, mInst);
			mt.registerChunkHandler(CHUNK_MPRQ, mInst);
		}