Discuss this help topic in SecureBlackbox Forum
Specifies number of bytes per allocation unit on the device.
Declaration
[C#/Java]
long BytesPerAllocationUnit;
[VB.NET]
Property BytesPerAllocationUnit As Long
[Pascal]
property BytesPerAllocationUnit: Int64;
[C++]
uint32_t get_BytesPerAllocationUnit();
void set_BytesPerAllocationUnit(uint32_t Value);
[PHP]
integer get_BytesPerAllocationUnit()
void set_BytesPerAllocationUnit(integer $Value)
Description
Use this property to get the number of bytes per allocation unit on the device.
Discuss this help topic in SecureBlackbox Forum