Barco R5975236 User Manual Page 22

  • Download
  • Add to my manuals
  • Print
  • Page
    / 428
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 21
BARCO Serial Communications User Manual 22
syntax
C-language string :
A C-language string consists of one or more characters.
The last character of the string is always the NULL (\x00)
character. Therefore, the length of a C-language string is
determined by the position of the NULL character.
Example : "hello world"
'h' \x68
'e' \x65
'l' \x6c
'l' \x6c
'o' \x6f
' ' \x20
'w' \x77
'o' \x6f
'r' \x72
'l' \x6c
'd' \x64
NULL \x00
Page view 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 ... 427 428

Comments to this Manuals

No comments