C# Class MissionPlanner.Utilities.httpserver

Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Свойство Type Description
georefimagepath string
georefkml string
mavelous_web string
run bool
tcpClientConnected System.Threading.ManualResetEvent

Méthodes publiques

Méthode Description
ComputeWebSocketHandshakeSecurityHash09 ( String secWebSocketKey ) : String
DoAcceptTcpClientCallback ( IAsyncResult ar ) : void
GetControlJpeg ( Control ctl ) : Image
GetControlJpegRaw ( Control ctl ) : byte[]
HexStringToColor ( string hexColor ) : Color
ResizeImage ( Image image, Size size, bool preserveAspectRatio = true ) : Image
Stop ( ) : void
listernforclients ( ) : void

little web server for sending network link kml's

Private Methods

Méthode Description
refreshmap ( ) : void

Method Details

ComputeWebSocketHandshakeSecurityHash09() public static méthode

public static ComputeWebSocketHandshakeSecurityHash09 ( String secWebSocketKey ) : String
secWebSocketKey String
Résultat String

DoAcceptTcpClientCallback() public méthode

public DoAcceptTcpClientCallback ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

GetControlJpeg() public méthode

public GetControlJpeg ( Control ctl ) : Image
ctl System.Windows.Forms.Control
Résultat Image

GetControlJpegRaw() public méthode

public GetControlJpegRaw ( Control ctl ) : byte[]
ctl System.Windows.Forms.Control
Résultat byte[]

HexStringToColor() public static méthode

public static HexStringToColor ( string hexColor ) : Color
hexColor string
Résultat Color

ResizeImage() public méthode

public ResizeImage ( Image image, Size size, bool preserveAspectRatio = true ) : Image
image Image
size System.Drawing.Size
preserveAspectRatio bool
Résultat Image

Stop() public static méthode

public static Stop ( ) : void
Résultat void

listernforclients() public méthode

little web server for sending network link kml's
public listernforclients ( ) : void
Résultat void

Property Details

georefimagepath public_oe static_oe property

public static string georefimagepath
Résultat string

georefkml public_oe static_oe property

used to feed in a network link kml to the http server
public static string georefkml
Résultat string

mavelous_web public_oe static_oe property

public static string mavelous_web
Résultat string

run public_oe static_oe property

public static bool run
Résultat bool

tcpClientConnected public_oe static_oe property

public static ManualResetEvent,System.Threading tcpClientConnected
Résultat System.Threading.ManualResetEvent