mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Find the VSA offset for Disk::Access::EntireDisk
This commit is contained in:
@@ -198,6 +198,18 @@ public:
|
||||
*/
|
||||
optional<uint64_t> getLogicalDiskSize();
|
||||
|
||||
/**
|
||||
* Get the offset to the VSA filesystem within the logical disk, represented
|
||||
* in bytes.
|
||||
*
|
||||
* This method is synchronous and consacts the device for the latest status
|
||||
* if necessary.
|
||||
*
|
||||
* `icsneo::nullopt` will be returned if the device does not respond in a
|
||||
* timely manner, or if the disk is disconnected/improperly configured.
|
||||
*/
|
||||
optional<uint64_t> getVSAOffsetInLogicalDisk();
|
||||
|
||||
/**
|
||||
* Retrieve the number of Ethernet (DoIP) Activation lines present
|
||||
* on this device.
|
||||
|
||||
Reference in New Issue
Block a user