Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
35
Net.SendStr
Type
Function returning Integer
Invocation
Net.SendStr(handle, str)
Parameter
Method
Type
Description
handle
ByVal
anyIntegral
The handle, previously returned by Net.Open(), to use.
str
ByVal
String
The string to send.
Discussion
Function attempts to send the characters of a string 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