Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
33
Net.SendData
Type
Function returning Integer
Invocation
Net.SendData(handle, data, count)
Parameter
Method
Type
Description
handle
ByVal
anyIntegral
The handle, previously returned by Net.Open(), to use.
data
ByRef
anyType
The data to send.
count
ByVal
anyIntegral
The number of bytes to send.
Discussion
This function attempts to send a block of data to the remote host.  If successful, the return value is zero
otherwise it is negative.  If a callback procedure has been established, it will be invoked when the data is
fully transmitted.
Previous page Top Next page