RILSERIALPORTSTATS (Compact 2013)
3/26/2014
This structure stores statistics of the virtual serial port.
Syntax
typedef struct rilserialportstats_tag {
DWORD cbSize;
DWORD dwParams;
DWORD dwReadBitsPerSecond;
DWORD dwWrittenBitsPerSecond;
} RILSERIALPORTSTATS, *LPRILSERIALPORTSTATS;
Members
- cbSize
Size of the structure, in bytes.
- dwParams
Indicates which members of the structure contain valid data. Must be one or a combination of the RILSERIALPORTSTATS Parameter Constants.
- dwReadBitsPerSecond
Bit rate for reading data.
- dwWrittenBitsPerSecond
Bit rate for writing data.
Requirements
Header |
ril.h |
See Also
Reference
RIL Structures
RIL_GetSerialPortStatistics
RILSERIALPORTSTATS Parameter Constants