BasicSpecRules

Members

Aliases

Types
alias Types = AliasSeq!(byte, short, int, long)
Undocumented in source.

Functions

pack
const(void)[] pack(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
packDF
const(void)[] packDF(ulong dev, ubyte fnc)
Undocumented in source. Be warned that the author may not have intended to support it.
unpack
const(void)[] unpack(const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
unpackDF
int unpackDF(const(void)[] vbuf, ulong dev, ubyte fnc)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

deviceTypeSize
size_t deviceTypeSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte[16] buffer;
Undocumented in source.

Inherited Members

From SpecRules

deviceTypeSize
size_t deviceTypeSize [@property getter]
packDF
const(void)[] packDF(ulong dev, ubyte fnc)
unpackDF
int unpackDF(const(void)[] buf, ulong dev, ubyte fnc)
pack
const(void)[] pack(const(void)[] )
packT
const(void)[] packT(T value)
unpack
const(void)[] unpack(const(void)[] data)
unpackT
T unpackT(const(void)[] data)

Meta