forked from nfc-tools/libnfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnfc-read-forum-tag3.1
50 lines (48 loc) · 1.12 KB
/
nfc-read-forum-tag3.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.TH nfc-read-forum-tag3 1 "November 22, 2011" "libnfc" "NFC Utilities"
.SH NAME
nfc-read-forum-tag3 \- Extract NDEF Message from a NFC Forum Tag Type 3
.SH SYNOPSIS
.B nfc-read-forum-tag3
.RI [
.RI \fR\fB\-q\fR
.RI ]
.RI \fR\fB\-o\fR
.IR FILE
.SH DESCRIPTION
.B nfc-read-forum-tag3
This utility extracts (if available) NDEF Messages contained in a NFC Forum Tag Type 3 to
.IR FILE
.
.SH OPTIONS
\fR\fB\-o\fR
.IR FILE
: output extracted NDEF Message to
.IR FILE
(use
\fR\fB\-o \-\fR
to output to stdout)
\fR\fB\-q\fR
: be quiet, don't display Attribute Block parsing info
.SH BUGS
Please report any bugs on the
.B libnfc
issue tracker at:
.br
.BR https://github.com/nfc-tools/libnfc/issues
.SH LICENCE
.B libnfc
is licensed under the GNU Lesser General Public License (LGPL), version 3.
.br
.B libnfc-utils
and
.B libnfc-examples
are covered by the the BSD 2-Clause license.
.SH AUTHORS
Roel Verdult <[email protected]>,
.br
Romain Tartière <[email protected]>,
.br
Romuald Conty <[email protected]>.
.PP
This manual page was written by Audrey Diacre <[email protected]>.
It is licensed under the terms of the GNU GPL (version 2 or later).