You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using System;
- using System.Collections.Generic;
- using System.Text;
-
- namespace JT808.DotNetty.Internal
- {
- /// <summary>
- /// 默认消息处理业务实现
- /// </summary>
- internal class JT808MsgIdDefaultHandler : JT808MsgIdHandlerBase
- {
- public JT808MsgIdDefaultHandler(JT808SessionManager sessionManager) : base(sessionManager)
- {
- }
- }
- }
|