Represents the data type ByteField.
More...
Represents the data type ByteField.
◆ ByteField()
OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.ByteField |
( |
String |
hexString | ) |
|
|
inline |
Initializes a new instance of the ByteField class.
- Parameters
-
◆ FromBytes()
void OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.FromBytes |
( |
byte[] |
bytes, |
|
|
int |
length |
|
) |
| |
|
inline |
Parses a byte array to ByteField.
- Parameters
-
bytes | Byte array. |
length | Length of Byte array. |
◆ GetBytes()
byte [] OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.GetBytes |
( |
| ) |
|
|
inline |
Gets value as byte array.
- Returns
- Value as byte array
◆ GetHexString()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.GetHexString |
( |
| ) |
|
|
inline |
Gets hexadecimal string.
- Returns
- Value of ByteField which is presented by hexadecimal string.
◆ toString()
String OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.toString |
( |
| ) |
|
|
inline |
Converts to string.
- Returns
- Returns the string.
The documentation for this class was generated from the following file: