jooby-codec
Preparing search index...
analogUltrasound
utils
command
ICommandImplementation
Interface ICommandImplementation
Command public interface exported from its module.
interface
ICommandImplementation
{
examples
:
analogUltrasound
.
utils
.
command
.
TCommandExamples
;
fromBytes
(
bytes
:
TBytes
)
:
any
;
headerSize
:
number
;
id
:
TCommandId
;
name
:
TCommandName
;
toBytes
(
parameters
?:
object
)
:
TBytes
;
}
Index
Properties
examples
header
Size
id
name
Methods
from
Bytes
to
Bytes
Properties
examples
examples
:
analogUltrasound
.
utils
.
command
.
TCommandExamples
header
Size
headerSize
:
number
id
id
:
TCommandId
name
name
:
TCommandName
Methods
from
Bytes
fromBytes
(
bytes
:
TBytes
)
:
any
Parameters
bytes
:
TBytes
Returns
any
to
Bytes
toBytes
(
parameters
?:
object
)
:
TBytes
Parameters
Optional
parameters
:
object
Returns
TBytes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
examples
header
Size
id
name
Methods
from
Bytes
to
Bytes
jooby-codec
Loading...
Command public interface exported from its module.