BasicSpecRules

Members

Functions

pack
const(void)[] pack(byte v)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
const(void)[] pack(short v)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
const(void)[] pack(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
const(void)[] pack(long v)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
const(void)[] pack(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
pack
const(void)[] pack(double v)
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.
peekDF
void peekDF(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)
peekDF
void peekDF(const(void)[] buf, ulong dev, ubyte fnc)
pack
const(void)[] pack(byte )
pack
const(void)[] pack(short )
pack
const(void)[] pack(int )
pack
const(void)[] pack(long )
pack
const(void)[] pack(float )
pack
const(void)[] pack(double )

Meta