C# Class MissionPlanner.Comms.SerialPortFixer.NativeMethods

Exibir arquivo Open project: ArduPilot/MissionPlanner

Private Methods

Method Description
ClearCommError ( SafeFileHandle hFile, int &lpErrors, Comstat &lpStat ) : bool
CreateFile ( string lpFileName, int dwDesiredAccess, int dwShareMode, IntPtr securityAttrs, int dwCreationDisposition, int dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafeFileHandle
FormatMessage ( int dwFlags, HandleRef lpSource, int dwMessageId, int dwLanguageId, StringBuilder lpBuffer, int nSize, IntPtr arguments ) : int
GetCommState ( SafeFileHandle hFile, Dcb &lpDcb ) : bool
GetFileType ( SafeFileHandle hFile ) : int
SetCommState ( SafeFileHandle hFile, Dcb &lpDcb ) : bool