Metodo System::Net::Sockets::Socket::SendTo

Socket::SendTo(System::ArrayPtr<uint8_t>, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::ArrayPtr<uint8_t>I dati da inviare.
offsetint32_tL’offset in byte nell’array specificato.
sizeint32_tIl numero di byte nell’array specificato a partire dal parametro ‘offset’.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::ArrayPtr<uint8_t>, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::ArrayPtr<uint8_t>I dati da inviare.
sizeint32_tIl numero di byte nell’array specificato.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::ArrayPtr<uint8_t>, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::ArrayPtr<uint8_t>I dati da inviare.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::ArrayPtr<uint8_t>, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::ArrayPtr<uint8_t> buffer, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::ArrayPtr<uint8_t>I dati da inviare.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::ArrayView<uint8_t>, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::ArrayView<uint8_t>I dati da inviare.
offsetint32_tL’offset in byte nell’array specificato.
sizeint32_tIl numero di byte nell’array specificato a partire dal parametro ‘offset’.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::ArrayView<uint8_t>, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::ArrayView<uint8_t>I dati da inviare.
sizeint32_tIl numero di byte nell’array specificato.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::ArrayView<uint8_t>, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::ArrayView<uint8_t>I dati da inviare.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::ArrayView<uint8_t>, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

int32_t System::Net::Sockets::Socket::SendTo(System::Details::ArrayView<uint8_t> buffer, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::ArrayView<uint8_t>I dati da inviare.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::StackArray<uint8_t, N>&, int32_t, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, int32_t offset, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::StackArray<uint8_t, N>&I dati da inviare.
offsetint32_tL’offset in byte nell’array specificato.
sizeint32_tIl numero di byte nell’array specificato a partire dal parametro ‘offset’.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::StackArray<uint8_t, N>&, int32_t, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, int32_t size, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::StackArray<uint8_t, N>&I dati da inviare.
sizeint32_tIl numero di byte nell’array specificato.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::StackArray<uint8_t, N>&, SocketFlags, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, SocketFlags socketFlags, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::StackArray<uint8_t, N>&I dati da inviare.
socketFlagsSocketFlagsIl comportamento di invio.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche

Socket::SendTo(System::Details::StackArray<uint8_t, N>&, System::SharedPtr<EndPoint>) method

Invia i dati specificati al punto finale specificato.

template<std::size_t> int32_t System::Net::Sockets::Socket::SendTo(System::Details::StackArray<uint8_t, N> &buffer, System::SharedPtr<EndPoint> remoteEP)
ParametroTipoDescrizione
bufferSystem::Details::StackArray<uint8_t, N>&I dati da inviare.
remoteEPSystem::SharedPtr<EndPoint>L’endpoint remoto.

ReturnValue

Il numero di byte inviati.

Vedi anche