Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
grab_desc Struct Reference

#include <console_video.h>

Collaboration diagram for grab_desc:
Collaboration graph
[legend]

Data Fields

void *(* close )(void *d)
 
void(* move )(void *d, int dx, int dy)
 
const char * name
 
void *(* open )(const char *name, struct fbuf_t *geom, int fps)
 
struct fbuf_t *(* read )(void *d)
 

Detailed Description

Definition at line 80 of file console_video.h.

Field Documentation

◆ close

void*(* close) (void *d)

Definition at line 85 of file console_video.h.

◆ move

void(* move) (void *d, int dx, int dy)

Definition at line 84 of file console_video.h.

◆ name

const char* name

◆ open

void*(* open) (const char *name, struct fbuf_t *geom, int fps)

Definition at line 82 of file console_video.h.

Referenced by keypad_cfg_read().

◆ read

struct fbuf_t*(* read) (void *d)

Definition at line 83 of file console_video.h.


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