C# Class csRemoteScreenPlugin.RemoteScreenPlugin

Inheritance: Caliburn.Micro.PropertyChangedBase, IPlugin
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Свойство Type Description
FollowMapOffCommand string
FollowMapOnCommand string
ScreenOffCommand string
ScreenOnCommand string

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Follow2D ( long id ) : void
id long
Résultat void

GetStringToBytes() public méthode

public GetStringToBytes ( string value ) : byte[]
value string
Résultat byte[]

Init() public méthode

public Init ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

ScreenOff() public méthode

public ScreenOff ( ) : void
Résultat void

ScreenOn() public méthode

public ScreenOn ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

FollowMapOffCommand public_oe static_oe property

public static string FollowMapOffCommand
Résultat string

FollowMapOnCommand public_oe static_oe property

public static string FollowMapOnCommand
Résultat string

ScreenOffCommand public_oe static_oe property

public static string ScreenOffCommand
Résultat string

ScreenOnCommand public_oe static_oe property

public static string ScreenOnCommand
Résultat string