AccessCtrlSubSysIsAccessAllowed Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
AccessCtrlSubSysIsAccessAllowed Structure
C
struct AccessCtrlSubSysIsAccessAllowed {
  BYTE securityModel;
  BYTE* securityName;
  BYTE securityLevel;
  BYTE viewType;
  BYTE* contextName;
  BYTE* variableName;
};
Description

Applications are the typical clients of the service(s) of the Access Control Subsystem. The following primitive is provided by the Access Control Subsystem to check if access is allowed: 

statusInformation = -- success or errorIndication 

Members
Members 
Description 
BYTE securityModel; 
Security Model in use 
BYTE* securityName; 
principal who wants to access 
BYTE securityLevel; 
Level of Security 
BYTE viewType; 
read, write, or notify view 
BYTE* contextName; 
context containing variableName 
BYTE* variableName; 
OID for the managed object 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.