|
IMVIORS232DataHex
IMVIORS232DataHex Interface.
The IMVIORS232DataHex interface contains methods and properties
to configure the ....
Methods:
Header file:
IMVIORS232DataHex.h
Interface definition language file: IMVIORS232DataHex.idl
Typelib: MVIORS232DataHex
Interface ID: IID_IMVIORS232DataHex
Method
IMVIORS232DataHex::GetReceivedHexData
Declaration: Sub
GetReceivedHexData(cSize As Long, byHexData As Byte)
Get the hexadecimal data that was received from the COM
port.
Parameter:
C Prototype:
HRESULT GetReceivedHexData(LONG cSize,
BYTE byHexData);
Method
IMVIORS232DataHex::GetReceivedSize
Declaration: Sub
GetReceivedSize(pcSize As Long)
Get the size of the received hexadecimal data.
Parameter:
C Prototype:
HRESULT GetReceivedSize(LONG
pcSize);
Method
IMVIORS232DataHex::SendHexData
Declaration: Sub
SendHexData(cSize As Long, byInput As Byte)
Send hexadecimal data to the COM port.
Parameter:
C Prototype:
HRESULT SendHexData(LONG cSize, BYTE
byInput);
|