C# Class csRemoteScreenPlugin.RemoteScreenPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
Show file Open project: TNOCS/csTouch

Public Properties

Property Type Description
FollowMapOffCommand string
FollowMapOnCommand string
ScreenOffCommand string
ScreenOnCommand string

Public Methods

Method Description
Follow2D ( long id ) : void
GetStringToBytes ( string value ) : byte[]
Init ( ) : void
Pause ( ) : void
ScreenOff ( ) : void
ScreenOn ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
AddClient ( ImbClientStatus e ) : void
AllClients_CollectionChanged ( object sender, System e ) : void
ExitClient ( int p ) : void
GetFloatingElement ( int id ) : FloatingElement
ImbClientAdded ( object sender, ImbClientStatus e ) : void
ImbClientRemoved ( object sender, ImbClientStatus e ) : void
Imb_CommandReceived ( object sender, csImb c ) : void
Imb_MediaReceived ( object sender, MediaReceivedEventArgs e ) : void
Imb_OnVariable ( TConnection aConnection, string aVarName, byte aVarValue, byte aPrevValue ) : void
MapControlExtentChanged ( object sender, ESRI e ) : void
MapControlExtentChanging ( object sender, ESRI e ) : void
UpdateClientCount ( ) : void
UpdateMapExtent ( ) : void
ViewDefMapManipulationDelta ( object sender, EventArgs e ) : void
ViewDefVisibleChanged ( object sender, VisibleChangedEventArgs e ) : void
followMap_OnNormalEvent ( TEventEntry aEvent, IMB3 aPayload ) : void

Method Details

Follow2D() public method

public Follow2D ( long id ) : void
id long
return void

GetStringToBytes() public method

public GetStringToBytes ( string value ) : byte[]
value string
return byte[]

Init() public method

public Init ( ) : void
return void

Pause() public method

public Pause ( ) : void
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

Property Details

FollowMapOffCommand public static property

public static string FollowMapOffCommand
return string

FollowMapOnCommand public static property

public static string FollowMapOnCommand
return string

ScreenOffCommand public static property

public static string ScreenOffCommand
return string

ScreenOnCommand public static property

public static string ScreenOnCommand
return string