| Package | Description |
|---|---|
| oshi.jna.platform.mac |
Provides extensions of JNA libraries for Mac OS X.
|
| Modifier and Type | Method and Description |
|---|---|
DiskArbitration.DADiskRef |
DiskArbitration.DADiskCreateFromBSDName(CoreFoundation.CFAllocatorRef allocator,
DiskArbitration.DASessionRef session,
String diskName)
Creates a new disk object.
|
DiskArbitration.DADiskRef |
DiskArbitration.DADiskCreateFromIOMedia(CoreFoundation.CFAllocatorRef allocator,
DiskArbitration.DASessionRef session,
int media)
Creates a new disk object.
|
| Modifier and Type | Method and Description |
|---|---|
CoreFoundation.CFDictionaryRef |
DiskArbitration.DADiskCopyDescription(DiskArbitration.DADiskRef disk)
Obtains the Disk Arbitration description of the specified disk.
|
String |
DiskArbitration.DADiskGetBSDName(DiskArbitration.DADiskRef disk)
Obtains the BSD device name for the specified disk.
|
Copyright © 2010–2018 oshi. All rights reserved.