DiMgslSetSerialSignals


Prototype  
NTSTATUS DiMgslSetSerialSignals( void *Handle,
                                 UCHAR NewSignals );
Parameters  
Handle
handle to open device
NewSignals
byte that describes the state of the V.24 control signals
Return Value  
STATUS_SUCCESS
success
STATUS_INVALID_HANDLE
HANDLE is invalid

Set the state of the V.24 controls signals RTS and DTR as specified by NewSignals using the SerialSignal_XXX constants. All other bits in NewSignals other than the two bits describing RTS and DTR are ignored.


Previous Contents Next