TwiceAsNice
2019-02-18
|
Windows platform implemenation of the UdpSocketBase class for a upd socket that finds apogee devices on a subnet. More...
#include <UdpSocketWin.h>
Public Member Functions | |
UdpSocketWin () | |
virtual | ~UdpSocketWin () |
![]() | |
virtual | ~UdpSocketBase () |
std::vector< std::string > | Search4ApogeeDevices (const std::string &subnet, uint16_t portNum) |
int32_t | GetElapsedSecs () |
int32_t | GetTimeout () |
Protected Member Functions | |
void | CloseSocket () |
![]() | |
UdpSocketBase () | |
Private Member Functions | |
UdpSocketWin (const UdpSocketWin &) | |
UdpSocketWin & | operator= (UdpSocketWin &) |
Private Attributes | |
const std::string | m_fileName |
WSADATA | m_WinSockData |
Additional Inherited Members | |
![]() | |
int32_t | m_SocketDescriptor |
Windows platform implemenation of the UdpSocketBase class for a upd socket that finds apogee devices on a subnet.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright(c) 2009 Apogee Instruments, Inc.
UdpSocketWin::UdpSocketWin | ( | ) |
|
virtual |
|
private |
|
protectedvirtual |
Implements UdpSocketBase.
|
private |
|
private |
|
private |