doc: fix example of NULL pointer (relay protocol)
This commit is contained in:
parent
8818fbb233
commit
03724423da
@ -2460,10 +2460,10 @@ A _NULL_ pointer has a length of 1 with value 0:
|
||||
|
||||
....
|
||||
┌────╥────┐
|
||||
│ 01 ║ 00 │ ────► NULL (0x0)
|
||||
│ 01 ║ 30 │ ────► NULL (0x0)
|
||||
└────╨────┘
|
||||
└──┘ └──┘
|
||||
length 0
|
||||
length '0'
|
||||
....
|
||||
|
||||
[[object_time]]
|
||||
|
@ -2493,10 +2493,10 @@ Un pointeur _NULL_ a une longueur de 1 avec la valeur 0 :
|
||||
|
||||
....
|
||||
┌────╥────┐
|
||||
│ 01 ║ 00 │ ────► NULL (0x0)
|
||||
│ 01 ║ 30 │ ────► NULL (0x0)
|
||||
└────╨────┘
|
||||
└──┘ └──┘
|
||||
long. 0
|
||||
long. '0'
|
||||
....
|
||||
|
||||
[[object_time]]
|
||||
|
@ -2483,10 +2483,10 @@ _NULL_ ポインタを表現するには長さを 1 で値を 0 にしてくだ
|
||||
|
||||
....
|
||||
┌────╥────┐
|
||||
│ 01 ║ 00 │ ────► NULL (0x0)
|
||||
│ 01 ║ 30 │ ────► NULL (0x0)
|
||||
└────╨────┘
|
||||
└──┘ └──┘
|
||||
length 0
|
||||
length '0'
|
||||
....
|
||||
|
||||
[[object_time]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user