C# Class ConnectSdk.Demo.Demo.Model

Inheritance: INotifyPropertyChanged
Show file Open project: ConnectSDK/Connect-SDK-Windows-Sampler Class Usage Examples

Public Methods

Method Description
AddDevice ( ConnectableDevice device ) : void
DisableControlButtons ( ) : void
DisableMedia ( ) : void
GetVolume ( ) : void
Model ( ) : System
Move ( double x, double y ) : void
OnDeviceDisconnected ( EventArgs e ) : void
SendText ( string text ) : void
SetControls ( ) : void
SetControlsMedia ( ) : void
SetEnabledMedia ( bool enabled ) : void
SetVolume ( double newValue ) : void
StopMedia ( ) : void
Tap ( ) : void
UpdatePinButton ( bool status ) : void

Private Methods

Method Description
AppStoreCommandExecute ( object obj ) : void
BackCommandExecute ( object obj ) : void
ChangeChannel ( ConnectSdk.Windows.Core.ChannelInfo channelInfo ) : void
ChannelCommandExecute ( object obj ) : void
ClickCommandExecute ( object obj ) : void
CloseCommandExecute ( object obj ) : void
CloseWebAppCommandExecute ( object obj ) : void
DisconnectMediaPlayerSession ( ) : void
DownCommandExecute ( object obj ) : void
EnableMedia ( ) : void
FastForwardCommandExecute ( object obj ) : void
FastForwardInputCommandExecute ( object obj ) : void
GetToastIconData ( ) : string
GoogleCommandExecute ( object obj ) : void
HomeCommandExecute ( object obj ) : void
InputCommandExecute ( object obj ) : void
JoinWebAppCommandExecute ( object obj ) : void
JumpCommandExecute ( object obj ) : void
KeyCommandExecute ( object obj ) : void
LaunchWebAppCommandExecute ( object obj ) : void
LeaveWebAppCommandExecute ( object obj ) : void
LeftCommandExecute ( object obj ) : void
ManipulationDeltaCommandExecute ( object obj ) : void
ManipulationTappedCommandExecute ( object obj ) : void
MyDialAppCommandExecute ( object obj ) : void
NetflixCommandExecute ( object obj ) : void
NextCommandExecute ( object obj ) : void
OnPropertyChanged ( [ propertyName = null ) : void
PauseCommandExecute ( object obj ) : void
PauseInputCommandExecute ( object obj ) : void
PinWebAppCommandExecute ( object obj ) : void
PlayAudioCommandxecute ( object obj ) : void
PlayCommandExecute ( object obj ) : void
PlayInputCommandExecute ( object obj ) : void
PlayListCommandExecute ( object obj ) : void
PlayMediaCommandxecute ( object obj ) : void
PowerCommandExecute ( object obj ) : void
PreviousCommandExecute ( object obj ) : void
RewindCommandExecute ( object obj ) : void
RewindInputCommandExecute ( object obj ) : void
RightCommandExecute ( object obj ) : void
SendJsonCommandExecute ( object obj ) : void
SendMessageCommandExecute ( object obj ) : void
SetControlApps ( ) : void
SetControlControls ( ) : void
SetControlKeys ( ) : void
SetControlSystem ( ) : void
SetExternalInput ( ExternalInputInfo externalInputInfo ) : void
SetMute ( bool muted ) : void
SetRunningAppInfo ( LaunchSession session ) : void
SetWebAppControls ( ) : void
ShowFotoCommandExecute ( object obj ) : void
ShowToastCommandExecute ( object obj ) : void
StartApp ( object arg ) : void
StartUpdating ( ) : void
StopCommandExecute ( object obj ) : void
StopInputCommandExecute ( object obj ) : void
StopUpdating ( ) : void
SubscribeIfWebAppIsPinned ( ) : void
ThreeDCommandExecute ( object obj ) : void
UnPinWebAppCommandExecute ( object obj ) : void
UpCommandExecute ( object obj ) : void
VolumeDownCommandExecute ( object obj ) : void
VolumeUpCommandExecute ( object obj ) : void
YouTubeCommandExecute ( object obj ) : void

Method Details

AddDevice() public method

public AddDevice ( ConnectableDevice device ) : void
device ConnectableDevice
return void

DisableControlButtons() public method

public DisableControlButtons ( ) : void
return void

DisableMedia() public method

public DisableMedia ( ) : void
return void

GetVolume() public method

public GetVolume ( ) : void
return void

Model() public method

public Model ( ) : System
return System

Move() public method

public Move ( double x, double y ) : void
x double
y double
return void

OnDeviceDisconnected() public method

public OnDeviceDisconnected ( EventArgs e ) : void
e EventArgs
return void

SendText() public method

public SendText ( string text ) : void
text string
return void

SetControls() public method

public SetControls ( ) : void
return void

SetControlsMedia() public method

public SetControlsMedia ( ) : void
return void

SetEnabledMedia() public method

public SetEnabledMedia ( bool enabled ) : void
enabled bool
return void

SetVolume() public method

public SetVolume ( double newValue ) : void
newValue double
return void

StopMedia() public method

public StopMedia ( ) : void
return void

Tap() public method

public Tap ( ) : void
return void

UpdatePinButton() public method

public UpdatePinButton ( bool status ) : void
status bool
return void