CoreDX DDS
C++ Reference Manual

DDS::OctetDynamicType Class Reference
[CoreDX DDS DynamicTypes]

Contains an octet. More...

Inheritance diagram for DDS::OctetDynamicType:
DDS::DynamicType

List of all members.

Public Member Functions

unsigned char get_octet ()
 Provides access to data held in an OCTET DynamicType object.
ReturnCode_t set_octet (unsigned char c)
 Assigns a value to the provided OCTET DynamicType.

Detailed Description

Contains an octet.


Member Function Documentation

unsigned char DDS::OctetDynamicType::get_octet (  ) 

Provides access to data held in an OCTET DynamicType object.

Return values:
unsigned_char the data value held by 't'.
ReturnCode_t DDS::OctetDynamicType::set_octet ( unsigned char  c  ) 

Assigns a value to the provided OCTET DynamicType.

Return values:
BAD_PARAMETER if 't' is not of type OCTET.
OK upon success.
 All Classes Files Functions Variables

© 2009-2013 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.