OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField Class Reference

Represents the data type ByteField More...

Public Member Functions

 ByteField ()
 Initializes a new instance of the ByteField class. More...
 
 ByteField (byte[] value)
 Initializes a new instance of the ByteField class. More...
 
 ByteField (string hexString)
 Initializes a new instance of the ByteField class. More...
 
byte[] GetByteArray ()
 Get the byte array More...
 
override string ToString ()
 Converts to string. More...
 

Properties

string BitField [get]
 Gets the bit field. More...
 
string HexString [get, set]
 Gets or set the hex string. More...
 

Detailed Description

Represents the data type ByteField

Constructor & Destructor Documentation

◆ ByteField() [1/3]

OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.ByteField ( )
inline

Initializes a new instance of the ByteField class.

◆ ByteField() [2/3]

OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.ByteField ( byte[]  value)
inline

Initializes a new instance of the ByteField class.

Parameters
valueThe value.

◆ ByteField() [3/3]

OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.ByteField ( string  hexString)
inline

Initializes a new instance of the ByteField class.

Parameters
hexStringThe hex string.

Member Function Documentation

◆ GetByteArray()

byte [] OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.GetByteArray ( )
inline

Get the byte array

Returns
byte array

◆ ToString()

override string OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.ToString ( )
inline

Converts to string.

Returns
Returns the string.

Property Documentation

◆ BitField

string OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.BitField
get

Gets the bit field.

◆ HexString

string OpenTestSystem.Otx.Runtime.Api.DataTypes.ByteField.HexString
getset

Gets or set the hex string.


The documentation for this class was generated from the following file: