C# 클래스 SteamKit2.SteamGameCoordinator

This handler handles all game coordinator messaging.
상속: ClientMsgHandler
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
HandleMsg ( IPacketMsg packetMsg ) : void

Handles a client message. This should not be called directly.

Send ( IClientGCMsg msg, uint appId ) : void

Sends a game coordinator message for a specific appid.

비공개 메소드들

메소드 설명
Send ( byte data, uint appId ) : void

메소드 상세

HandleMsg() 공개 메소드

Handles a client message. This should not be called directly.
public HandleMsg ( IPacketMsg packetMsg ) : void
packetMsg IPacketMsg The packet message that contains the data.
리턴 void

Send() 공개 메소드

Sends a game coordinator message for a specific appid.
public Send ( IClientGCMsg msg, uint appId ) : void
msg IClientGCMsg The GC message to send.
appId uint The app id of the game coordinator to send to.
리턴 void