Exemplo n.º 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);
		}
Exemplo n.º 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);
 }
Exemplo n.º 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);
 }
Exemplo n.º 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);
		}
Exemplo n.º 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);
 }
Exemplo n.º 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);
		}
Exemplo n.º 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);
 }
Exemplo n.º 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);
		}
Exemplo n.º 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);
 }
Exemplo n.º 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);
		}