Discuss this help topic in SecureBlackbox Forum
Defines the interpretation of the payload data.
Declaration
[VB.NET]
Property OpCode As Byte
[Pascal]
property OpCode : byte;
[C++]
uint8_t get_OpCode();
void set_OpCode(uint8_t Value);
[PHP]
integer get_OpCode()
void set_OpCode(integer $Value)
[Java]
byte getOpCode();
void setOpCode(byte arg0);
Possible values:
Description
The opcode is a 4-bit value that defines the interpretation of the payloda data.
Discuss this help topic in SecureBlackbox Forum