C# 클래스 csRemoteScreenPlugin.FollowScreenViewModel

상속: Caliburn.Micro.Screen, IFollowScreen
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
BConnect ( ) : void
BEarth ( ) : void
BStreet ( ) : void
GetBitmapImage ( byte imageBytes ) : BitmapImage
ScreenOff ( ) : void
ScreenOn ( ) : void
Start ( ) : void
Stop ( ) : void
Subscribe ( ) : void
Unsubscribe ( ) : void

보호된 메소드들

메소드 설명
OnViewLoaded ( object view ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BConnect() 공개 메소드

public BConnect ( ) : void
리턴 void

BEarth() 공개 메소드

public BEarth ( ) : void
리턴 void

BStreet() 공개 메소드

public BStreet ( ) : void
리턴 void

GetBitmapImage() 공개 정적인 메소드

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

OnViewLoaded() 보호된 메소드

protected OnViewLoaded ( object view ) : void
view object
리턴 void

ScreenOff() 공개 메소드

public ScreenOff ( ) : void
리턴 void

ScreenOn() 공개 메소드

public ScreenOn ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Subscribe() 공개 메소드

public Subscribe ( ) : void
리턴 void

Unsubscribe() 공개 메소드

public Unsubscribe ( ) : void
리턴 void