![Tews Technologies TPMC866-SW-42 Скачать руководство пользователя страница 13](http://html1.mh-extra.com/html/tews-technologies/tpmc866-sw-42/tpmc866-sw-42_user-manual_1093638013.webp)
TPMC866-SW-42 - VxWorks Device Driver
Page 13 of 37
4 I/O interface functions
This chapter describes the interface to the basic I/O system.
4.1 open()
NAME
open() - opens a device or file.
SYNOPSIS
int open
(
const char *name,
int
flags,
int
mode
)
DESCRIPTION
Before I/O can be performed to the TPMC866 device, a file descriptor must be opened by invoking the
basic I/O function
open().
PARAMETER
name
Specifies the device which shall be opened
flags
Not used
mode
Not used