#include <bsproxy.h>
Definition at line 108 of file bsproxy.h.
Public Attributes | |
| const char * | m_sDevName |
| device name | |
| int | m_eDevClass |
| device class | |
| int | m_nDevRefCnt |
| reference count | |
| pthread_mutex_t | m_mutDev |
| shared device mutex | |
| union { | |
| BsProxyDevI2C_T i2c | |
| BsProxyDevRS232_T rs232 | |
| BsProxyDevRCB3_T rcb3 | |
| } | m_unDevSpec |
| specific proxied device data | |
1.4.6