C# 클래스 DotaMatches.SteamMessenger

파일 보기 프로젝트 열기: spew/dota-matches 1 사용 예제들

공개 메소드들

메소드 설명
SendMessageAndWaitForReply ( uint msgType, byte data ) : byte[]
SendMessagesAndWaitForReplies ( uint msgType, IList datas ) : byte[][]

비공개 메소드들

메소드 설명
ClearMessageQueue ( ) : void

메소드 상세

SendMessageAndWaitForReply() 공개 메소드

public SendMessageAndWaitForReply ( uint msgType, byte data ) : byte[]
msgType uint
data byte
리턴 byte[]

SendMessagesAndWaitForReplies() 공개 메소드

public SendMessagesAndWaitForReplies ( uint msgType, IList datas ) : byte[][]
msgType uint
datas IList
리턴 byte[][]