C# Class csRemoteScreenPlugin.FollowScreenViewModel

Inheritance: Caliburn.Micro.Screen, IFollowScreen
Mostrar archivo Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
BConnect ( ) : void
BEarth ( ) : void
BStreet ( ) : void
GetBitmapImage ( byte imageBytes ) : BitmapImage
ScreenOff ( ) : void
ScreenOn ( ) : void
Start ( ) : void
Stop ( ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
Client_PropertyChanged ( object sender, System e ) : void
DoDrop ( object sender, SurfaceDragDropEventArgs e ) : void
DoEnter ( object sender, SurfaceDragDropEventArgs e ) : void
DoLeave ( object sender, SurfaceDragDropEventArgs e ) : void
FeDockedChanged ( object sender, EventArgs e ) : void
FollowScreenViewModel ( ) : System
GetImageFromByteArray ( byte pixelInfo, int height, int width ) : System.Windows.Media.Imaging.BitmapSource
GetImageFromJpegByteArray ( byte pixelInfo ) : System.Windows.Media.Imaging.BitmapSource
_cameraStream_OnBuffer ( TEventEntry aEvent, int aTick, int aBufferId, TByteBuffer aBuffer ) : void
_cameraStream_OnStreamCreate ( TEventEntry aEvent, string aStreamName ) : Stream
_cameraStream_OnStreamEnd ( TEventEntry aEvent, Stream &aStream, string aStreamName ) : void
_screenshot_OnBuffer ( TEventEntry aEvent, int aTick, int aBufferId, TByteBuffer aBuffer ) : void
_strokeStream_OnNormalEvent ( TEventEntry aEvent, TByteBuffer aPayload ) : void
_svi_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

BConnect() public method

public BConnect ( ) : void
return void

BEarth() public method

public BEarth ( ) : void
return void

BStreet() public method

public BStreet ( ) : void
return void

GetBitmapImage() public static method

public static GetBitmapImage ( byte imageBytes ) : BitmapImage
imageBytes byte
return System.Windows.Media.Imaging.BitmapImage

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

ScreenOff() public method

public ScreenOff ( ) : void
return void

ScreenOn() public method

public ScreenOn ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Subscribe() public method

public Subscribe ( ) : void
return void

Unsubscribe() public method

public Unsubscribe ( ) : void
return void