메소드 |
설명 |
|
ApplyAdvancedSettings ( int baudRate, System flowControl ) : void |
|
|
CloseHandle ( IntPtr hObject ) : bool |
|
|
CreateFile ( [ filename, [ access, [ share, IntPtr securityAttributes, [ creationDisposition, [ flagsAndAttributes, IntPtr templateFile ) : SafeFileHandle |
|
|
DoWrite ( byte buffer, int offset, int count ) : int |
|
|
EscapeCommFunction ( SafeFileHandle hFile, CommFunction dwFunc ) : bool |
|
|
GetCommState ( SafeFileHandle hFile, DCB &lpDCB ) : bool |
|
|
GetOverlappedResult ( SafeHandle hFile, [ lpOverlapped, int &lpNumberOfBytesTransferred, bool bWait ) : bool |
|
|
PurgeComm ( SafeFileHandle hFile, uint dwFlags ) : bool |
|
|
ReadFile ( SafeHandle hFile, IntPtr buf, int nNumberOfBytesToRead, int &lpNumberOfBytesRead, IntPtr lpOverlapped ) : bool |
|
|
SetCommState ( SafeFileHandle hFile, DCB &lpDCB ) : bool |
|
|
SetCommTimeouts ( SafeHandle hFile, COMMTIMEOUTS &lpCommTimeouts ) : bool |
|
|
WriteFile ( SafeHandle hFile, IntPtr buf, int nNumberOfBytesToRead, int &lpNumberOfBytesRead, IntPtr lpOverlapped ) : bool |
|
|