BufferList.get

Get the buffer at idx.

class BufferList
get
(
uint idx
)

Parameters

idx uint

the index

Return Value

Type: Buffer

the buffer at idx in group or NULL when there is no buffer. The buffer remains valid as long as list is valid. [transfer none]

Meta