cesr
Preparing search index...
Frame
Interface Frame
interface
Frame
{
code
:
string
;
quadlets
:
number
;
raw
?:
Uint8Array
<
ArrayBufferLike
>
;
size
:
FrameSize
;
soft
?:
number
;
binary
()
:
Uint8Array
;
text
()
:
string
;
}
Hierarchy (
View Summary
)
FrameInit
Frame
Implemented by
Counter
Genus
Indexer
Matter
Index
Properties
code
quadlets
raw?
size
soft?
Methods
binary
text
Properties
code
code
:
string
Readonly
quadlets
quadlets
:
number
Optional
raw
raw
?:
Uint8Array
<
ArrayBufferLike
>
size
size
:
FrameSize
Optional
soft
soft
?:
number
Methods
binary
binary
()
:
Uint8Array
Returns
Uint8Array
text
text
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
quadlets
raw
size
soft
Methods
binary
text
cesr
Loading...