method read-uint8
1 | role Blob |
1.1 | (Blob) method read-uint8 |
Documentation for method read-uint8
assembled from the following types:
role Blob
From Blob
(Blob) method read-uint8
Defined as:
method read-uint8(blob8: uint , = NativeEndian --> uint)
Returns an unsigned native integer value for the byte at the given position. The $endian
parameter has no meaning, but is available for consistency.