Discuss this help topic in SecureBlackbox Forum
This topis is under development…
Declaration
[C#]
bool CTRLittleEndian;
[VB.NET]
Property CTRLittleEndian As Boolean
[Pascal]
property CTRLittleEndian : boolean;
[C++]
bool get_CTRLittleEndian();
void set_CTRLittleEndian(bool Value);
[PHP]
bool get_CTRLittleEndian()
void set_CTRLittleEndian(bool $Value)
[Java]
boolean getCTRLittleEndian();
void setCTRLittleEndian(boolean Value);
Description
…
Discuss this help topic in SecureBlackbox Forum