XBMCMove 1.0
Controlar o XBMC com gestos
Public Member Functions

Socket Class Reference

#include <Socket.h>

Inheritance diagram for Socket:
Thread

List of all members.

Public Member Functions

int getMsg ()
int getTipo ()
int conectar (int porta)
void setFechar (bool fechar)
 Socket ()
 ~Socket ()
bool getFechar ()

Detailed Description

Definition at line 48 of file Socket.h.


Constructor & Destructor Documentation

Socket::Socket ( )

Contrutor

Definition at line 3 of file Socket.cpp.

Socket::~Socket ( )

Descontrutor

Definition at line 9 of file Socket.cpp.


Member Function Documentation

int Socket::conectar ( int  porta)

Função que conecta ao XBMC pela porta especifida e retorna se conectou ou não

Definition at line 13 of file Socket.cpp.

bool Socket::getFechar ( )

Retorna valor da variavel fechar

Definition at line 70 of file Socket.cpp.

int Socket::getMsg ( )

Retorna valor da mensagem recebida do XBMC

Definition at line 58 of file Socket.cpp.

int Socket::getTipo ( )

Retorna tipo de conteudo que o XBMC esta reproduzindo

Definition at line 62 of file Socket.cpp.

void Socket::setFechar ( bool  fechar)

Seta variavel Fechar, fazendo com que o socjet seja finalizado!

Definition at line 66 of file Socket.cpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines