|
IMVIORS232DataASCII
IMVIORS232DataASCII Interface.
The IMVIORS232DataASCII interface contains methods and
properties to configure the ....
Methods:
Header file:
IMVIORS232DataASCII.h
Interface definition language file: IMVIORS232DataASCII.idl
Typelib: MVIORS232DataASCII
Interface ID: IID_IMVIORS232DataASCII
Method
IMVIORS232DataASCII::GetReceivedString
Declaration: Sub
GetReceivedString(szString As String)
Get the ASCII string that was received from the COM port.
Parameter:
C Prototype:
HRESULT GetReceivedString(BSTR
szString);
Method
IMVIORS232DataASCII::SendString
Declaration: Sub
SendString(szString As String)
Send an ASCII string to the COM port.
Parameter:
C Prototype:
HRESULT SendString(BSTR
szString);
|