ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH
advanced | search help

Reference
ActivePython 2.4
PyWin32 Documentation
Win32 API
Objects
COMMTIMEOUTS
CopyProgressRoutine
DOCINFO
Dialog Header Tuple
Dialog Item Tuple
ExportCallback
FORM INFO 1
ImportCallback
LARGE INTEGER
NCB
NETRESOURCE
PRINTER DEFAULTS
PyACL
PyBITMAP
PyCEHANDLE
PyCOMSTAT
PyCOORD
PyCREDENTIAL
PyCREDENTIAL ATTRIBUTE
PyCREDENTIAL TARGET INFORMATION
PyCREDUI INFO
PyCRYPTPROTECT PROMPTSTRUCT
PyConsoleScreenBuffer
PyCredHandle
PyCtxtHandle
PyDCB
PyDEVMODE
PyDISPLAY DEVICE
PyDS HANDLE
PyDS NAME RESULT ITEM
PyEventLogRecord
PyGROUP INFO *
PyGROUP INFO 0
PyGROUP INFO 1
PyGROUP INFO 1002
PyGROUP INFO 1005
PyGROUP INFO 2
PyGROUP USERS INFO *
PyGROUP USERS INFO 0
PyGROUP USERS INFO 1
PyHANDLE
PyHDESK
PyHHNTRACK
PyHHN NOTIFY
PyHH AKLINK
PyHH FTS QUERY
PyHH POPUP
PyHH WINTYPE
PyHINTERNET
PyHKEY
PyHTHEME
PyHWINSTA
PyIID
PyINPUT RECORD
PyLOCALGROUP INFO *
PyLOCALGROUP INFO 0
PyLOCALGROUP INFO 1
PyLOCALGROUP INFO 1002
PyLOCALGROUP MEMBERS INFO *
PyLOCALGROUP MEMBERS INFO 0
PyLOCALGROUP MEMBERS INFO 1
PyLOCALGROUP MEMBERS INFO 2
PyLOCALGROUP MEMBERS INFO 3
PyLOGFONT
PyLSA HANDLE
PyLUID AND ATTRIBUTES
PyLsaLogon HANDLE
PyNMHDR
PyOVERLAPPED
PyOVERLAPPEDReadBuffer
PyPERF COUNTER DEFINITION
PyPERF OBJECT TYPE
PyPOINT
PyPROFILEINFO
PyPerfMonManager
PyRECT
PySCROLLINFO
PySECURITY ATTRIBUTES
PySECURITY DESCRIPTOR
PySERVER INFO *
PySERVER INFO 100
PySERVER INFO 101
PySERVER INFO 102
PySERVER INFO 402
PySERVER INFO 403
PySERVER INFO 502
PySERVER INFO 503
PySHARE INFO *
PySHARE INFO 0
PySHARE INFO 1
PySHARE INFO 2
PySHARE INFO 501
PySHARE INFO 502
PySID
PySID AND ATTRIBUTES
PySMALL RECT
PySTARTUPINFO
PySecBuffer
PySecBufferDesc
PyTOKEN GROUPS
PyTOKEN PRIVILEGES
PyTRUSTEE
PyTS HANDLE
PyTime
PyUSER INFO *
PyUSER INFO 0
PyUSER INFO 1
PyUSER INFO 10
PyUSER INFO 1003
PyUSER INFO 1005
PyUSER INFO 1006
PyUSER INFO 1007
PyUSER INFO 1008
PyUSER INFO 1009
PyUSER INFO 1010
PyUSER INFO 1011
PyUSER INFO 11
PyUSER INFO 2
PyUSER INFO 20
PyUSER INFO 3
PyUSER INFO 4
PyUSER MODALS INFO *
PyUSER MODALS INFO 0
PyUSER MODALS INFO 1
PyUSER MODALS INFO 2
PyUSER MODALS INFO 3
PyUSE INFO *
PyUSE INFO 0
PyUSE INFO 1
PyUSE INFO 2
PyUSE INFO 3
PyUnicode
PyWAVEFORMATEX
PyWKSTA INFO *
PyWKSTA INFO 100
PyWKSTA INFO 101
PyWKSTA INFO 102
PyWKSTA INFO 302
PyWKSTA INFO 402
PyWKSTA INFO 502
PyWKSTA TRANSPORT INFO *
PyWKSTA TRANSPORT INFO 0
PyWKSTA USER INFO *
PyWKSTA USER INFO 0
PyWKSTA USER INFO 1
PyWNDCLASS
RASDIALEXTENSIONS
RASDIALPARAMS
SC ACTION
SERVICE FAILURE ACTIONS
SERVICE STATUS
TRACKMOUSEEVENT
ULARGE INTEGER
WIN32 FIND DATA
connection
cursor

MyASPN >> Reference >> ActivePython 2.4 >> PyWin32 Documentation >> Win32 API >> Objects
ActivePython 2.4 documentation

PyDCB Object

A Python object, representing an DCB structure

Comments

Typically you query a device for its DCB using win32file::GetCommState, change any setting necessary, then call win32file::SetCommState with the new structure. TRUE*/)

Properties

integer BaudRate
current baud rate

integer wReserved
not currently used

integer XonLim
transmit XON threshold

integer XoffLim
transmit XOFF threshold

integer ByteSize
number of bits/byte, 4-8

integer Parity
0-4=no,odd,even,mark,space

integer StopBits
0,1,2 = 1, 1.5, 2

character XonChar
Tx and Rx XON character

character XoffChar
Tx and Rx XOFF character

character ErrorChar
error replacement character

character EofChar
end of input character

character EvtChar
received event character

integer wReserved1
reserved; do not use

integer fBinary
binary mode, no EOF check

integer fParity
enable parity checking

integer fOutxCtsFlow
CTS output flow control

integer fOutxDsrFlow
DSR output flow control

integer fDtrControl
DTR flow control type

integer fDsrSensitivity
DSR sensitivity

integer fTXContinueOnXoff
XOFF continues Tx

integer fOutX
XON/XOFF out flow control

integer fInX
XON/XOFF in flow control

integer fErrorChar
enable error replacement

integer fNull
enable null stripping

integer fRtsControl
RTS flow control

integer fAbortOnError
abort on error

integer fDummy2
reserved


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved