C# 클래스 HoloToolkit.Sharing.NetworkConnectionAdapter

Allows users of NetworkConnection to register to receive event callbacks without having their classes inherit directly from NetworkConnectionListener
상속: NetworkConnectionListener
파일 보기 프로젝트 열기: OpenHID/InteractivePaint 1 사용 예제들

공개 메소드들

메소드 설명
NetworkConnectionAdapter ( )
OnConnectFailed ( NetworkConnection connection ) : void
OnConnected ( NetworkConnection connection ) : void
OnDisconnected ( NetworkConnection connection ) : void
OnMessageReceived ( NetworkConnection connection, NetworkInMessage message ) : void

메소드 상세

NetworkConnectionAdapter() 공개 메소드

OnConnectFailed() 공개 메소드

public OnConnectFailed ( NetworkConnection connection ) : void
connection NetworkConnection
리턴 void

OnConnected() 공개 메소드

public OnConnected ( NetworkConnection connection ) : void
connection NetworkConnection
리턴 void

OnDisconnected() 공개 메소드

public OnDisconnected ( NetworkConnection connection ) : void
connection NetworkConnection
리턴 void

OnMessageReceived() 공개 메소드

public OnMessageReceived ( NetworkConnection connection, NetworkInMessage message ) : void
connection NetworkConnection
message NetworkInMessage
리턴 void