#include <source/ariba/utility/transport/asio/rfcomm.hpp>
Public Types | |
typedef bluetooth_endpoint < rfcomm > | endpoint |
The type of endpoint. | |
typedef basic_stream_socket < rfcomm > | socket |
The RFCOMM socket type, lets pray that this will work. | |
typedef basic_socket_acceptor < rfcomm > | acceptor |
The RFCOMM acceptor type. | |
Public Member Functions | |
int | type () const |
Obtain an identifier for the type of the protocol. | |
int | protocol () const |
Obtain an identifier for the protocol. | |
int | family () const |
Obtain an identifier for the protocol family. | |
Static Public Member Functions | |
static rfcomm | get () |
Definition at line 18 of file rfcomm.hpp.
typedef basic_socket_acceptor<rfcomm> boost::asio::bluetooth::rfcomm::acceptor |
typedef basic_stream_socket<rfcomm> boost::asio::bluetooth::rfcomm::socket |
int boost::asio::bluetooth::rfcomm::family | ( | ) | const [inline] |
static rfcomm boost::asio::bluetooth::rfcomm::get | ( | ) | [inline, static] |
Get an Instance. We need this to fulfill the asio Endpoint requirements, I think.
Definition at line 25 of file rfcomm.hpp.
int boost::asio::bluetooth::rfcomm::protocol | ( | ) | const [inline] |
int boost::asio::bluetooth::rfcomm::type | ( | ) | const [inline] |