gPTP Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
WinNPipeQueryMessage Class Reference

#include <ipcdef.hpp>

Inheritance diagram for WinNPipeQueryMessage:
Inheritance graph
Collaboration diagram for WinNPipeQueryMessage:
Collaboration graph

Public Member Functions

void init ()
 Initializes the interface. More...
 
- Public Member Functions inherited from WindowsNPipeMessage
void init ()
 Initializes the interface. More...
 
bool write (HANDLE pipe)
 Writes to the named pipe. More...
 
long read_ol (HANDLE pipe, long offs, HANDLE event)
 Reads from the pipe. More...
 
long read_ol_complete (HANDLE pipe)
 Reads completely the overlapped result. More...
 
long read (HANDLE pipe, long offs)
 Reads from the pipe. More...
 
NPIPE_MSG_TYPE getType ()
 Gets pipe message type. More...
 

Additional Inherited Members

- Protected Attributes inherited from WindowsNPipeMessage
DWORD sz
 
NPIPE_MSG_TYPE type
 
OVERLAPPED ol_read
 
DWORD ol_read_req
 

Detailed Description

WindowsNPipeQueryMessage is sent from the client to gPTP daemon to query the offset of type NPIPE_MSG_TYPE. The daemon sends WindowsNPipeMessage in response. Currently there is no data associated with this message.

Member Function Documentation

void WinNPipeQueryMessage::init ( )
inline

Initializes the interface.

Returns
void

The documentation for this class was generated from the following file: