Searched defs:_rfbClient (Results 1 – 1 of 1) sorted by relevance
180 typedef struct _rfbClient { struct181 uint8_t* frameBuffer;182 int width, height;184 int endianTest;186 AppData appData;188 const char* programName;189 char* serverHost;190 int serverPort; /**< if -1, then use file recorded by vncrec */191 rfbBool listenSpecified;192 int listenPort, flashPort;[all …]