PingIPAddress_IN structure (iscsimgt.h)
The PingIPAddress_IN structure holds the input data for the PingIPAddress method.
Syntax
typedef struct _PingIPAddress_IN {
ULONG RequestCount;
ULONG RequestSize;
ULONG Timeout;
ISCSI_IP_Address Address;
} PingIPAddress_IN, *PPingIPAddress_IN;
Members
RequestCount
The number of ping requests to be sent to the specified IP address.
RequestSize
The size of each request (in bytes) to be sent.
Timeout
The timeout (in milliseconds) for each ping request.
Address
The IP address to which the ping request must be sent. The IP address is provided by the ISCSI_IP_Address structure.
Remarks
We recommend that you implement this class.
Requirements
Requirement | Value |
---|---|
Header | iscsimgt.h (include Iscsimgt.h) |