C# 클래스 MissionPlanner.Utilities.httpserver

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner

공개 프로퍼티들

프로퍼티 타입 설명
georefimagepath string
georefkml string
mavelous_web string
run bool
tcpClientConnected System.Threading.ManualResetEvent

공개 메소드들

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

비공개 메소드들

메소드 설명
refreshmap ( ) : void

메소드 상세

ComputeWebSocketHandshakeSecurityHash09() 공개 정적인 메소드

public static ComputeWebSocketHandshakeSecurityHash09 ( String secWebSocketKey ) : String
secWebSocketKey String
리턴 String

DoAcceptTcpClientCallback() 공개 메소드

public DoAcceptTcpClientCallback ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

GetControlJpeg() 공개 메소드

public GetControlJpeg ( Control ctl ) : Image
ctl System.Windows.Forms.Control
리턴 Image

GetControlJpegRaw() 공개 메소드

public GetControlJpegRaw ( Control ctl ) : byte[]
ctl System.Windows.Forms.Control
리턴 byte[]

HexStringToColor() 공개 정적인 메소드

public static HexStringToColor ( string hexColor ) : Color
hexColor string
리턴 Color

ResizeImage() 공개 메소드

public ResizeImage ( Image image, Size size, bool preserveAspectRatio = true ) : Image
image Image
size System.Drawing.Size
preserveAspectRatio bool
리턴 Image

Stop() 공개 정적인 메소드

public static Stop ( ) : void
리턴 void

listernforclients() 공개 메소드

little web server for sending network link kml's
public listernforclients ( ) : void
리턴 void

프로퍼티 상세

georefimagepath 공개적으로 정적으로 프로퍼티

public static string georefimagepath
리턴 string

georefkml 공개적으로 정적으로 프로퍼티

used to feed in a network link kml to the http server
public static string georefkml
리턴 string

mavelous_web 공개적으로 정적으로 프로퍼티

public static string mavelous_web
리턴 string

run 공개적으로 정적으로 프로퍼티

public static bool run
리턴 bool

tcpClientConnected 공개적으로 정적으로 프로퍼티

public static ManualResetEvent,System.Threading tcpClientConnected
리턴 System.Threading.ManualResetEvent