Reference.ClientWrite History
Hide minor edits - Show changes to output
September 02, 2008, at 04:39 PM
by David A. Mellis -
Added lines 1-17:
[[Ethernet]] : ''Client'' class
!!write()
!!!!Description
Write data to the server the client is connected to.
!!!!Syntax
''client''.write(data)
!!!!Parameters
data: the byte or char to write
!!!!Example