These functions use the modified socket address structure:
Pass the protocol, or return it, using the sockaddr structure in these functions.
These functions have modified capabilities with VoiceView:
Function | Modification |
bind | Must call before calling listen. |
getsockopt | Retrieves VoiceView transport information. |
listen | Must call bind before calling. |
send | Supports the additional value, VV_REQUESTREPLY, for the flags parameter. See send in Chapter 5. |
sendto | Supports additional values, VV_QUERY and VV_REQUESTREPLY, for the flags parameter. See sendto in Chapter 5. |
socket | Adds the AF_VOICEVIEW address format value for the af parameter. |