Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches

Information request messages. More...

Collaboration diagram for Query Messages:

Variables

const char *const kMsgQInfo
 Query screen information.

Detailed Description

Information request messages.

Variable Documentation

◆ kMsgQInfo

const char* const kMsgQInfo
extern

Query screen information.

Message Code: "QINF" Direction: Primary → Secondary Format: No parameters

Requests the secondary screen to send its current screen information. The client should respond with a kMsgDInfo message containing:

  • Screen dimensions and position
  • Current mouse position
  • Other screen-related data

This is typically sent:

  • During initial connection setup
  • When the server needs updated screen information
  • After configuration changes
See also
kMsgDInfo, kMsgCInfoAck
Since
Protocol version 1.0