VCOM Linux Driver
Advantech Inc.
Loading...
Searching...
No Matches
vc_ops Struct Reference

#include <vcom.h>

Data Fields

struct vc_ops *(* open )(struct vc_attr *)
 
struct vc_ops *(* close )(struct vc_attr *)
 
struct vc_ops *(* ioctl )(struct vc_attr *)
 
struct vc_ops *(* xmit )(struct vc_attr *)
 
struct vc_ops *(* recv )(struct vc_attr *, char *buf, int len)
 
struct vc_ops *(* poll )(struct vc_attr *)
 
struct vc_ops *(* init )(struct vc_attr *)
 
struct vc_ops *(* pause )(struct vc_attr *)
 
struct vc_ops *(* resume )(struct vc_attr *)
 
struct vc_ops *(* event )(struct vc_attr *, struct timeval *, fd_set *r, fd_set *w, fd_set *e)
 
char *(* name )(void)
 

Field Documentation

◆ close

struct vc_ops *(* close) (struct vc_attr *)

◆ event

struct vc_ops *(* event) (struct vc_attr *, struct timeval *, fd_set *r, fd_set *w, fd_set *e)

◆ init

struct vc_ops *(* init) (struct vc_attr *)

◆ ioctl

struct vc_ops *(* ioctl) (struct vc_attr *)

◆ name

char *(* name) (void)

◆ open

struct vc_ops *(* open) (struct vc_attr *)

◆ pause

struct vc_ops *(* pause) (struct vc_attr *)

◆ poll

struct vc_ops *(* poll) (struct vc_attr *)

◆ recv

struct vc_ops *(* recv) (struct vc_attr *, char *buf, int len)

◆ resume

struct vc_ops *(* resume) (struct vc_attr *)

◆ xmit

struct vc_ops *(* xmit) (struct vc_attr *)

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