VCOM Linux Driver
Advantech Inc.
Loading...
Searching...
No Matches
vc_client_common.h
Go to the documentation of this file.
1#ifndef _VC_CLIENT_COMMON_H
2#define _VC_CLIENT_COMMON_H
3struct vc_ops * vc_common_open(struct vc_attr * attr);
4struct vc_ops * vc_common_close(struct vc_attr * attr);
5struct vc_ops * vc_common_xmit(struct vc_attr * attr);
6struct vc_ops * vc_common_ioctl(struct vc_attr * attr);
7struct vc_ops * vc_common_recv(struct vc_attr * attr, char *buf, int len);
8void vc_common_purge(struct vc_attr * attr, unsigned int pflags);
9#endif
Definition vcom.h:30
Definition vcom.h:60
struct vc_ops * vc_common_xmit(struct vc_attr *attr)
Definition vc_client_common.c:61
struct vc_ops * vc_common_open(struct vc_attr *attr)
Definition vc_client_common.c:26
void vc_common_purge(struct vc_attr *attr, unsigned int pflags)
Definition vc_client_common.c:424
struct vc_ops * vc_common_recv(struct vc_attr *attr, char *buf, int len)
Definition vc_client_common.c:318
struct vc_ops * vc_common_ioctl(struct vc_attr *attr)
Definition vc_client_common.c:186
struct vc_ops * vc_common_close(struct vc_attr *attr)
Definition vc_client_common.c:447
unsigned short len
Definition vcom_proto.h:3