public class DIOBuf extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
DIOBuf(int size) |
protected |
DIOBuf(long cPtr,
boolean cMemoryOwn) |
|
DIOBuf(String ary) |
|
DIOBuf(String ary,
int size_array) |
| Modifier and Type | Method and Description |
|---|---|
String |
__repr__() |
String |
__str__() |
void |
delete() |
protected void |
finalize() |
int |
get(int index) |
SWIGTYPE_p_unsigned_char |
getBuffer() |
protected static long |
getCPtr(DIOBuf obj) |
long |
getSize() |
int |
getStrbuf_size() |
String |
getStrbuf() |
String |
hex() |
DIOBuf |
resize(long size) |
int |
set(int index,
int value) |
void |
setBuffer(SWIGTYPE_p_unsigned_char value) |
void |
setSize(long value) |
void |
setStrbuf_size(int value) |
void |
setStrbuf(String value) |
String |
to_hex() |
String |
toString() |
protected DIOBuf(long cPtr,
boolean cMemoryOwn)
public DIOBuf(int size)
public DIOBuf(String ary, int size_array)
public DIOBuf(String ary)
protected static long getCPtr(DIOBuf obj)
public void delete()
public void setSize(long value)
public long getSize()
public void setBuffer(SWIGTYPE_p_unsigned_char value)
public SWIGTYPE_p_unsigned_char getBuffer()
public void setStrbuf(String value)
public String getStrbuf()
public void setStrbuf_size(int value)
public int getStrbuf_size()
public int get(int index)
public int set(int index,
int value)
public String hex()
public String to_hex()
public DIOBuf resize(long size)
public String __str__()
public String __repr__()
Copyright © 2024 LSST. All rights reserved.