LBMSDMRaw is the base class for raw data type classes. Raw data type classes
are used to hide the hardware or language idiosyncrasies from the main
classes. For example, Java does not natively support unsigned data types.
Derived classes of LBMSDMRaw allow these idiosyncrasies to be minimised.
Declaration Syntax
C# |
public class LBMSDMRaw : LBMSDM
Members
All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
LBMSDMRaw()()() | Initializes a new instance of the LBMSDMRaw class | |
Clone()()() | Get a copy of this object (Inherited from LBMSDM.) | |
debug_level | Debug mask for SDM implementation. (Inherited from LBMSDM.) | |
log(String) | Log an event. If debug level is set greater than 0, output to stderr (Inherited from LBMSDM.) | |
set_debug_level(Int32) | Set the debug level for processing this SDM message.
Currently all debugs go to standard out.
(Inherited from LBMSDM.) | |
toDbgString()()() | Get a debug string for this object. This is not
expected to be called and exists for child classes.
|
Inheritance Hierarchy