Files
win8phoneApp/Doc/man/man3/CampusAppWP8_Utility_NDEF_NDEFMessage.3
stubbfel 38e75365ef add doku
2013-10-11 14:42:47 +02:00

143 lines
3.0 KiB
Groff

.TH "CampusAppWP8.Utility.NDEF.NDEFMessage" 3 "Fri Oct 11 2013" "CampusAppWp8" \" -*- nroff -*-
.ad l
.nh
.SH NAME
CampusAppWP8.Utility.NDEF.NDEFMessage \-
.PP
Ndef message\&.
.SH SYNOPSIS
.br
.PP
.SS "Public Types"
.in +1c
.ti -1c
.RI "enum \fBTYPEVAL\fP { \fBTYPEVAL\&.EMPTY\fP = 0x00, \fBTYPEVAL\&.URL\fP = 0x55, \fBTYPEVAL\&.TEXT\fP = 0x54 }"
.br
.RI "\fIValues that represent TYPEVAL\&.\fP"
.in -1c
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBNDEFMessage\fP (string content, \fBTYPEVAL\fP type, \fBNDEFRecord\&.TNFVAL\fP tnf=NDEFRecord\&.TNFVAL\&.WKT)"
.br
.RI "\fIInitializes a new instance of the \fBNDEFMessage\fP class\&.\fP"
.ti -1c
.RI "\fBNDEFMessage\fP (byte[] array)"
.br
.RI "\fIInitializes a new instance of the \fBNDEFMessage\fP class\&.\fP"
.ti -1c
.RI "string \fBGetContent\fP ()"
.br
.RI "\fIGets the content\&.\fP"
.ti -1c
.RI "byte[] \fBToByteArray\fP ()"
.br
.RI "\fIConverts this object to a byte array\&.\fP"
.in -1c
.SS "Static Public Member Functions"
.in +1c
.ti -1c
.RI "static string \fBGetPraefix\fP (\fBTYPEVAL\fP type)"
.br
.RI "\fIGets a praefix\&.\fP"
.in -1c
.SH "Detailed Description"
.PP
Ndef message\&.
Stubbfel, 21\&.08\&.2013\&.
.SH "Member Enumeration Documentation"
.PP
.SS "enum \fBCampusAppWP8\&.Utility\&.NDEF\&.NDEFMessage\&.TYPEVAL\fP"
.PP
Values that represent TYPEVAL\&.Stubbfel, 21\&.08\&.2013\&.
.PP
\fBEnumerator\fP
.in +1c
.TP
\fB\fIEMPTY \fP\fP
An enum constant representing the empty option\&.
.TP
\fB\fIURL \fP\fP
An enum constant representing the URL option\&.
.TP
\fB\fITEXT \fP\fP
An enum constant representing the text option\&.
.SH "Constructor & Destructor Documentation"
.PP
.SS "CampusAppWP8\&.Utility\&.NDEF\&.NDEFMessage\&.NDEFMessage (stringcontent, \fBTYPEVAL\fPtype, \fBNDEFRecord\&.TNFVAL\fPtnf = \fCNDEFRecord\&.TNFVAL\&.WKT\fP)"
.PP
Initializes a new instance of the \fBNDEFMessage\fP class\&.Stubbfel, 21\&.08\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIcontent\fP The content\&.
.br
\fItype\fP The type\&.
.br
\fItnf\fP (Optional) the tnf\&.
.RE
.PP
.SS "CampusAppWP8\&.Utility\&.NDEF\&.NDEFMessage\&.NDEFMessage (byte[]array)"
.PP
Initializes a new instance of the \fBNDEFMessage\fP class\&.Stubbfel, 21\&.08\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fIarray\fP The array\&.
.RE
.PP
.SH "Member Function Documentation"
.PP
.SS "string CampusAppWP8\&.Utility\&.NDEF\&.NDEFMessage\&.GetContent ()"
.PP
Gets the content\&.Stubbfel, 21\&.08\&.2013\&.
.PP
\fBReturns:\fP
.RS 4
The content\&.
.RE
.PP
.SS "static string CampusAppWP8\&.Utility\&.NDEF\&.NDEFMessage\&.GetPraefix (\fBTYPEVAL\fPtype)\fC [static]\fP"
.PP
Gets a praefix\&.Stubbfel, 21\&.08\&.2013\&.
.PP
\fBParameters:\fP
.RS 4
\fItype\fP The type\&.
.RE
.PP
\fBReturns:\fP
.RS 4
The praefix\&.
.RE
.PP
.SS "byte [] CampusAppWP8\&.Utility\&.NDEF\&.NDEFMessage\&.ToByteArray ()"
.PP
Converts this object to a byte array\&.Stubbfel, 21\&.08\&.2013\&.
.PP
\fBReturns:\fP
.RS 4
This object as a byte[]\&.
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.