Contains parameters that describe the client connection event that the MPS is reporting.
typedef struct _EventNotificationType
{
ConnectionStateTypeDefinition State;
string DeviceFqdn;
unsignedShort DevicePort[];
string DeviceUuid;
string MpsAddress;
string MpsHttpAddress;
unsignedShort MpsHttpPort;
unsignedShort MpsSocksPort;
boolean WantReply;
} EventNotificationType;
Field |
Description |
State |
Event associated with the notification: 0=CONNECTED; 1=DISCONNECTED |
DeviceFqdn |
FQDN of the Intel AMT platform |
Deviceport |
Up to two ports to be used for communicating with the Intel AMT platform |
DeviceUuid |
Platform UUID |
MpsAddress |
MPS IP address |
MpsHttpAddress |
Optional IP or FQDN address that the MPS listens to for new HTTP connection requests. |
MpsHttpPort |
Port that the MPS listens to for new HTTP connection requests. |
MpsSocksPort |
Port used for redirection connections |
WantReply |
True if the console is expected to reply to the notification. This field correlated to the KeepConnection field in the notification. If WantReply is set to true by the MPS, the KeepConnection field should be examined by the MPS to determine whether the connection should be kept or closed. The sample MPS will always set WantReply to false. |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |