work on SendMessage
This commit is contained in:
parent
edf4f91fa9
commit
145e77e437
3 changed files with 75 additions and 1 deletions
|
@ -240,6 +240,8 @@ public class Program
|
|||
}
|
||||
break;
|
||||
case RequestType.SendMessage:
|
||||
string recv = Utils.BytesToNumber(msg[3..11]);
|
||||
int msgLen = BitConverter.ToInt32(msg, 11);
|
||||
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue