gPTP Documentation
|
#include <ipcdef.hpp>
Public Member Functions | |
void | init () |
Initializes interace's internal variables. More... | |
void | init (CtrlWhich which, PeerAddr addr) |
Initializes Interface's internal variables and sets control and addresses values. More... | |
PeerAddr | getPeerAddr () |
Gets peer addresses. More... | |
void | setPeerAddr (PeerAddr addr) |
Sets peer address. More... | |
CtrlWhich | getCtrlWhich () |
Gets control type. More... | |
void | setCtrlWhich (CtrlWhich which) |
Sets control message type. More... | |
uint16_t | getFlags () |
Gets internal flags. 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 |
Provides an interface for named pipe control messages
|
inline |
Gets internal flags.
|
inline |
Initializes interace's internal variables.
Initializes Interface's internal variables and sets control and addresses values.
which | CtrlWhich enumeration |
addr | Peer addresses |
|
inline |
|
inline |