C# Class HoloToolkit.Sharing.DiscoveryClientAdapter

Inheritance: DiscoveryClientListener
Mostra file Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Methods

Method Description
OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void

Method Details

OnRemoteSystemDiscovered() public method

public OnRemoteSystemDiscovered ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
return void

OnRemoteSystemLost() public method

public OnRemoteSystemLost ( DiscoveredSystem remoteSystem ) : void
remoteSystem DiscoveredSystem
return void