Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
088bf91c
Commit
088bf91c
authored
Jan 1, 1995
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Document type BOOL.
Use NUL, not NULL, when talking about the character '\0'.
parent
a6911a31
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/prot-A.txt
+4
-4
4 additions, 4 deletions
doc/prot-A.txt
with
4 additions
and
4 deletions
doc/prot-A.txt
+
4
−
4
View file @
088bf91c
...
...
@@ -79,13 +79,13 @@ notation beskrivs h
Dataelementen som skickas från klient till server åtskiljs av (ett
eller fler) mellanslag (ASCII 0x20), tab-tecken (0x9), line-feed
(0xA), return (0xD), eller NUL
L
(0x0). Undvik att skicka NUL
L
. I
(0xA), return (0xD), eller NUL (0x0). Undvik att skicka NUL. I
meddelanden från server till klient åtskiljs dataelementen av exakt
ett mellanslag och varje meddelande avslutas alltid med line-feed.
INT32, INT16 samt
INT8
är icke-negativa heltal som skall rymmas
på 32,
16
och
8
bitar, respektive. De skickas som text på decimal
form.
INTEGER används när inga särskilda begränsningar finns och kan
INT32, INT16
, INT8
samt
BOOL
är icke-negativa heltal som skall rymmas
på 32, 16, 8
och
1
bitar, respektive. De skickas som text på decimal
form.
INTEGER används när inga särskilda begränsningar finns och kan
anses synonym med INT32.
HOLLERITH är textsträngar. Först skickas strängens längd som en
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment