C# Class DBus.Unix.IOVector

Show file Open project: brookpatten/dbus-sharp Class Usage Examples

Public Properties

Property Type Description
Base void*
length SizeT

Public Methods

Method Description
IOVector ( IntPtr bbase, int length ) : System

Method Details

IOVector() public method

public IOVector ( IntPtr bbase, int length ) : System
bbase System.IntPtr
length int
return System

Property Details

Base public property

public void* Base
return void*

length public property

public SizeT length
return SizeT