|
IMVIORS232RXTXConnection
IMVIORS232RXTXConnection Interface.
The IMVIORS232RXTXConnection interface contains methods and
properties to configure the ....
Methods:
| Enable
|
Enables the functionality to check whether the Rx and Tx lines
are connected. |
| Timeout
|
Timeout for connection check in milliseconds. |
Header file:
IMVIORS232RXTXConnection.h
Interface definition language file:
IMVIORS232RXTXConnection.idl
Typelib: MVIORS232RXTXConnection
Interface ID: IID_IMVIORS232RXTXConnection
Property
IMVIORS232RXTXConnection::Enable
Declaration:
Property Get/Put Enable As Boolean
Enables the functionality to check whether the Rx and Tx lines
are connected.
Parameter:
C Prototype:
HRESULT put_Enable(VARIANT_BOOL
newVal);
HRESULT get_Enable(VARIANT_BOOL *pVal);
Property
IMVIORS232RXTXConnection::Timeout
Declaration:
Property Get/Put Timeout As Long
Timeout for connection check in milliseconds.
Parameter:
C Prototype:
HRESULT put_Timeout(LONG newVal);
HRESULT get_Timeout(LONG *pVal);
|