|
Dante Application Library API
|
Public Types | |
| enum | Type { None, Port, Path } |
Public Member Functions | |
| SocketDescriptor (uint16_t portNum) | |
| SocketDescriptor (std::string socketPath) | |
| Type | getType () const |
| uint16_t | getPortNumber () const |
| std::string | getSocketPath () const |
1.8.17