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