gPTP Documentation
|
#include <ipcdef.hpp>
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 |
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.
|
inline |
Initializes the interface.