public class SimpleVarpbits extends ClientAccessor<ClientContext>
ctx| Constructor and Description |
|---|
SimpleVarpbits(ClientContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
array()
will return the array of varpbits a.k.a settings
|
int |
varpbit(int index)
will return the setting for the specified index
|
int |
varpbit(int index,
int mask)
will return the setting for the specified index with {mask} applied to it
|
int |
varpbit(int index,
int shift,
int mask)
will return the setting for the specified index shifted by {shift} with {mask} applied to it
|
public SimpleVarpbits(ClientContext ctx)
ctx - public int[] array()
public int varpbit(int index)
index - public int varpbit(int index,
int mask)
index - mask - public int varpbit(int index,
int shift,
int mask)
index - shift - mask -