plebble
us.stdint.uint8_t Class Reference
Collaboration diagram for us.stdint.uint8_t:

Public Member Functions

 uint8_t ()
 
 uint8_t (short v)
 
int write (byte[] dest, int pos)
 
int read (byte[] src, int pos)
 

Static Public Member Functions

static uint8_t from (byte[] src, int pos)
 

Public Attributes

short value =0
 

Static Public Attributes

static uint8_t zero =new uint8_t((short)0)
 

Constructor & Destructor Documentation

◆ uint8_t() [1/2]

us.stdint.uint8_t.uint8_t ( )
inline

Referenced by us.stdint.uint8_t.from().

Here is the caller graph for this function:

◆ uint8_t() [2/2]

us.stdint.uint8_t.uint8_t ( short  v)
inline

Member Function Documentation

◆ from()

static uint8_t us.stdint.uint8_t.from ( byte[]  src,
int  pos 
)
inlinestatic

References us.stdint.uint8_t.read(), and us.stdint.uint8_t.uint8_t().

Here is the call graph for this function:

◆ read()

int us.stdint.uint8_t.read ( byte[]  src,
int  pos 
)
inline

References us.stdint.uint8_t.value.

Referenced by us.stdint.uint8_t.from().

Here is the caller graph for this function:

◆ write()

int us.stdint.uint8_t.write ( byte[]  dest,
int  pos 
)
inline

Member Data Documentation

◆ value

short us.stdint.uint8_t.value =0

◆ zero

uint8_t us.stdint.uint8_t.zero =new uint8_t((short)0)
static

The documentation for this class was generated from the following file: