~ubuntu-branches/ubuntu/trusty/libgii/trusty

« back to all changes in this revision

Viewing changes to doc/man/gii_cmd_event.3

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-10-17 19:36:15 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061017193615-6civk5a1i4n1kyb0
Tags: 1:1.0.1-3
Fixed "ggtick is missing". Closes: #388682.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "gii_cmd_event" 3 "2003-12-20" "libgii-0.8.x" GGI
 
1
.TH "gii_cmd_event" 3 "2005-07-30" "libgii-1.0.x" GGI
2
2
.SH NAME
3
3
\fBgii_cmd_event\fR, \fBgii_cmd_nodata_event\fR : LibGII commands and information events
4
4
.SH SYNOPSIS
10
10
 
11
11
    COMMON_DATA;
12
12
 
13
 
    uint32    code;
 
13
    uint32_t  code;
14
14
 
15
15
} gii_cmd_nodata_event;
16
16
 
20
20
 
21
21
    COMMON_DATA;
22
22
 
23
 
    uint32  code;
24
 
    uint8   data[GII_CMD_DATA_MAX];
 
23
    uint32_t  code;
 
24
    uint8_t   data[GII_CMD_DATA_MAX];
25
25
 
26
26
} gii_cmd_event;
27
27
.fi
49
49
One use of \fBevCommand\fR is to convey some capabilities of a GII device,
50
50
via the \fBGII_CMDCODE_GETDEVINFO\fR command code.
51
51
.SH SEE ALSO
52
 
\fBgii_event(3)\fR, \fBgii_cmddata_getdevinfo(3)\fR
 
52
\f(CWgii_event(3)\fR, \f(CWgii_cmddata_getdevinfo(3)\fR