Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpiCore)  1.26.2
mlpiSecurityLib.h File Reference
Include dependency graph for mlpiSecurityLib.h:

Go to the source code of this file.

Macros

#define MLPI_SECURITY_NETWORKSERVICE_FTP   L"FTP"
 
#define MLPI_SECURITY_NETWORKSERVICE_SSH   L"SSH"
 
#define MLPI_SECURITY_NETWORKSERVICE_MLPI   L"MLPI"
 
#define MLPI_SECURITY_NETWORKSERVICE_MLPIS   L"MLPIS"
 
#define MLPI_SECURITY_NETWORKSERVICE_OPCUA   L"OPCUA"
 
#define MLPI_SECURITY_NETWORKSERVICE_SIS   L"SIS"
 

Typedefs

typedef struct MlpiNetworkServiceInfo MlpiNetworkServiceInfo
 
typedef struct MlpiNetworkConfigurationValue MlpiNetworkConfigurationValue
 

Enumerations

Functions

MLPIRESULT mlpiSecurityGetNetworkServiceInformation (const MLPIHANDLE connection, MlpiNetworkServiceInfo *serviceInformation, const ULONG numElements, ULONG *numElementsRet)
 
MLPIRESULT mlpiSecurityGetNetworkServiceActivation (const MLPIHANDLE connection, const WCHAR16 *service, MlpiSecurityServiceState *state)
 
MLPIRESULT mlpiSecuritySetNetworkServiceActivation (const MLPIHANDLE connection, const WCHAR16 *service, const MlpiSecurityServiceState state)
 
MLPIRESULT mlpiSecurityGetNetworkServiceConfiguration (const MLPIHANDLE connection, const WCHAR16 *service, MlpiNetworkConfigurationValue *const config, const ULONG numElements, ULONG *const numElementsRet)
 
MLPIRESULT mlpiSecuritySetNetworkServiceConfiguration (const MLPIHANDLE connection, const WCHAR16 *service, MlpiNetworkConfigurationValue *const config, const ULONG numElements)
 

Detailed Description

Author
DC-IA/EAO7 (ABR, SK, JR)
Version
1.26.2
Date
2016

Definition in file mlpiSecurityLib.h.