Defines a management command. Management commands enable an agent to retrieve information from the Policy Server.
Syntax
typedef struct Sm_PolicyApi_ManagementCommand_s
{
Sm_PolicyApi_ManagementCommands_t iCommand;
char pszData[BFSIZE];
} Sm_PolicyApi_ManagementCommand_t;
|
Field |
Description |
|---|---|
|
iCommand |
Management command, as specified in Management Commands. |
|
pszData |
Reserved. |
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|