gem5
|
#include <vncserver.hh>
Public Attributes | |
uint16_t | fbWidth |
uint16_t | fbHeight |
PixelFormat | px |
uint32_t | namelen |
char | name [2] |
Definition at line 113 of file vncserver.hh.
uint16_t VncServer::ServerInitMsg::fbHeight |
Definition at line 115 of file vncserver.hh.
Referenced by VncServer::sendServerInit().
uint16_t VncServer::ServerInitMsg::fbWidth |
Definition at line 114 of file vncserver.hh.
Referenced by VncServer::sendServerInit().
char VncServer::ServerInitMsg::name[2] |
Definition at line 118 of file vncserver.hh.
Referenced by VncServer::sendServerInit().
uint32_t VncServer::ServerInitMsg::namelen |
Definition at line 117 of file vncserver.hh.
Referenced by VncServer::sendServerInit().
PixelFormat VncServer::ServerInitMsg::px |
Definition at line 116 of file vncserver.hh.
Referenced by VncServer::sendServerInit().