|
OTX-Runtime for C++
|
|
1 #ifndef OpenTestSystem_Otx_Runtime_Api_DataTypes_ByteField_H
2 #define OpenTestSystem_Otx_Runtime_Api_DataTypes_ByteField_H
4 namespace OpenTestSystem {
namespace Otx {
namespace Runtime {
namespace Api {
namespace DataTypes {
11 std::string _hexString;
Represents OTX ByteField DataType.
Definition: ByteField.h:9
std::string GetBytes() const
Gets value as byte array.
std::string GetHexString() const
Gets hexadecimal string.
ByteField(std::string hexString)
Initializes a new instance of the ByteField class.
void FromBytes(const char *byteValue, int length)
Parses a byte array to ByteField.
Namespace containing all objects related to testing inside automotive industry
std::string ToLiteralString() const
Gets literal string.
Represents base of OTX DataTypes.
Definition: Object.h:17