Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
34
Net.SendProgData
Type
Function returning Integer
Invocation
Net.SendProgData(handle, dataAddr, count)
Parameter
Method
Type
Description
handle
ByVal
anyIntegral
The handle, previously returned by Net.Open(), to use.
dataAddr
ByVal
UnsignedLong
The address of the data to send.
count
ByVal
anyIntegral
The number of bytes to send.
Discussion
Function attempts to send a block of ProgMem 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