Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
TLSharp
Core
Network
TcpMessage
C# 클래스 TLSharp.Core.Network.TcpMessage
파일 보기
프로젝트 열기: sochix/TLSharp
1 사용 예제들
공개 메소드들
메소드
설명
Decode
(
byte
body
) :
TcpMessage
Encode
( ) :
byte[]
TcpMessage
(
int
seqNumber
,
byte
body
) :
System
메소드 상세
Decode()
공개
정적인
메소드
public
static
Decode
(
byte
body
) :
TcpMessage
body
byte
리턴
TcpMessage
Encode()
공개
메소드
public
Encode
( ) :
byte[]
리턴
byte[]
TcpMessage()
공개
메소드
public
TcpMessage
(
int
seqNumber
,
byte
body
) :
System
seqNumber
int
body
byte
리턴
System