CosDataIntegrity encapsulates data integrity member of the ClassOfService class. More...
Public Types | |
enum | CosDataIntegrityType { BestEffortEnum = 0 , ReliableEnum = 1 } |
Public Member Functions | |
Constructor | |
CosDataIntegrity () | |
More... | |
CosDataIntegrity (const CosDataIntegrity &other) | |
More... | |
Destructor | |
virtual | ~CosDataIntegrity () |
More... | |
Operations | |
CosDataIntegrity & | operator= (const CosDataIntegrity &other) |
More... | |
CosDataIntegrity & | clear () |
More... | |
CosDataIntegrity & | type (CosDataIntegrityType type=BestEffortEnum) |
More... | |
Accessors | |
CosDataIntegrityType | getType () const |
More... | |
CosDataIntegrity contains options related to the reliability of content exchanged over the tunnel stream.
Definition at line 275 of file TunnelStreamRequest.h.
An enumeration representing data integrity type.
Enumerator | |
---|---|
BestEffortEnum | Indicates best efforts data integrity type |
ReliableEnum | Indicates reliable data integrity type |
Definition at line 282 of file TunnelStreamRequest.h.
refinitiv::ema::access::CosDataIntegrity::CosDataIntegrity | ( | ) |
Default constructor
refinitiv::ema::access::CosDataIntegrity::CosDataIntegrity | ( | const CosDataIntegrity & | other | ) |
Copy constructor
[in] | other | specifies CosDataIntegrity object to copy from |
|
virtual |
Destructor
CosDataIntegrity& refinitiv::ema::access::CosDataIntegrity::clear | ( | ) |
Clears object by setting defaults
CosDataIntegrityType refinitiv::ema::access::CosDataIntegrity::getType | ( | ) | const |
Returns data integrity type
CosDataIntegrity& refinitiv::ema::access::CosDataIntegrity::operator= | ( | const CosDataIntegrity & | other | ) |
Assignment operator
[in] | other | specifies CosDataIntegrity object to copy from |
CosDataIntegrity& refinitiv::ema::access::CosDataIntegrity::type | ( | CosDataIntegrityType | type = BestEffortEnum | ) |
Specifies data integrity type
[in] | type | data integrity type |
OmmOutOfRangeException | if passed in data integrity type is not valid |
![]() |
![]() |
|