Sha256: 17a74c64171f8776d518646d988757399e3ec4daffdce6395cbd10788a17cedd
Contents?: true
Size: 623 Bytes
Versions: 8
Compression:
Stored size: 623 Bytes
Contents
* ''INTEGER'' : A integer value in the form of a 10 byte string * !-0000000000 = 0-! * !-0000000005 = 5-! * !-0000000123 = 123-! * ''READ'' : Reading a value involves two step. 1 read an ''INTEGER'' value, n 2 read n bytes. * ''WRITE'' : Writing a value involves two steps 1 count the bytes in value and write the size as an ''INTEGER'' 2 write the value as bytes * ''WRITE COUNTS'' : Write the counts as 4 ''INTEGER''s 1 right 2 wrong 3 ignores 4 exceptions * ''STATUS'' : Length of Error Message. If it is zero, the connection has been established. If not, it is followed by the Error Message.
Version data entries
8 entries across 8 versions & 1 rubygems