| Brecham.Obex — An OBEX library for the .NET Framework |
|
ObexFileItem Constructor
Initialises a new instance of the ObexFileItem class with the specified name.
[Visual Basic]
Public Sub New( _
ByVal
name As
String _
)
[C#]
public ObexFileItem(
string name);
Parameters
-
name
- The name of the file item.
See Also
ObexFileItem Class | Brecham.Obex.Objects Namespace