LibreOffice Module sd (master) 1
Classes | Namespaces | Macros | Typedefs
ZeroconfService.hxx File Reference
#include <string>
#include <utility>
Include dependency graph for ZeroconfService.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sd::ZeroconfService
 

Namespaces

namespace  sd
 

Macros

#define PORT_DISCOVERY   1598
 The port used by LO's custom remote server discovery protocol. More...
 
#define BUFFER_SIZE   200
 
#define kREG_TYPE   "_impressremote._tcp"
 

Typedefs

typedef unsigned int uint
 

Macro Definition Documentation

◆ BUFFER_SIZE

#define BUFFER_SIZE   200

Definition at line 19 of file ZeroconfService.hxx.

◆ kREG_TYPE

#define kREG_TYPE   "_impressremote._tcp"

Definition at line 21 of file ZeroconfService.hxx.

◆ PORT_DISCOVERY

#define PORT_DISCOVERY   1598

The port used by LO's custom remote server discovery protocol.

Definition at line 18 of file ZeroconfService.hxx.

Typedef Documentation

◆ uint

typedef unsigned int uint

Definition at line 25 of file ZeroconfService.hxx.