An LBMSDMRawInt64 is a helper class to minimise the effort of formatting
and parsing 64 bit integers

C# |
public class LBMSDMRawInt64 : LBMSDMRaw

All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
![]() | LBMSDMRawInt64()()() | Create a raw int64 field, defaulting to 0 |
![]() | LBMSDMRawInt64(Int64) | Create a raw int64 field providing the value as a long |
![]() | Clone()()() | Get a copy of this object (Inherited from LBMSDM.) |
![]() | debug_level | Debug mask for SDM implementation. (Inherited from LBMSDM.) |
![]() ![]() | format(array<Byte>[]()[], Int32, Int64) | Format an int64 value into a byte buffer |
![]() | format(array<Byte>[]()[], Int32) | Format the raw int64 value into a byte buffer |
![]() ![]() | length | The number of bytes needed to store a raw LBMSDMRawInt64 |
![]() | log(String) | Log an event. If debug level is set greater than 0, output to stderr (Inherited from LBMSDM.) |
![]() | parse(array<Byte>[]()[], Int32) | Parse the raw int64 value from a byte buffer in to the object |
![]() ![]() | parse_s(array<Byte>[]()[], Int32) | Parse the raw int64 value from a byte buffer |
![]() | set(Int64) | Set a raw int64 field providing the value as a long |
![]() | 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.
(Inherited from LBMSDMRaw.) |
![]() | toLong()()() | Get the long representation of the int64 |
![]() | ToString()()() | Get a string version of an int64 (Overrides Object.ToString()()().) |