OpenDOF Project
Modules | Typedefs | Enumerations | Functions
DOFSecurityMode
Distributed Object Framework (DOF)

Modules

 DOFSecurityModeCCM
 

Typedefs

typedef struct DOFSecurityMode_t * DOFSecurityMode
 Security Mode Configuration.
 

Enumerations

enum  DOFSecurityModeType { DOFSECURITYMODETYPE_CCM }
 The Security Mode Type represents the different security modes available, as defined by DOF Security. More...
 

Functions

void DOFSecurityMode_Destroy (DOFSecurityMode self)
 Destroy the given DOFSecurityMode.
 
DOFSecurityModeType DOFSecurityMode_GetModeType (DOFSecurityMode self)
 Get the security mode type.
 
DOFSecurityMode DOFSecurityMode_Copy (const DOFSecurityMode self)
 Create a new copy of an existing DOFSecurityMode.
 
uint32 DOFSecurityMode_GetMarshalSize (const DOFSecurityMode self)
 Get the number of bytes required in a buffer to marshal a DOFSecurityMode.
 
uint32 DOFSecurityMode_Marshal (const DOFSecurityMode self, uint32 length, uint8 *buffer)
 Create a new DOFSecurityMode from a given byte representation of DOFSecurityMode.
 
DOFSecurityMode DOFSecurityMode_Unmarshal (uint32 *length, const uint8 *buffer)
 Create a new DOFSecurityMode from a given byte representation of DOFSecurityMode.
 

Detailed Description

core-c-dof-oal Version 8.0.1 Build 0
2018-01-22