2.2.1.1.18 ReqTypes
The ReqTypes enumeration indicates the different types of message requests that can be passed in the RB_ReqType field of RequestBuffer structure.
-
typedef enum _ReqTypes { REQTYPE_PORTENUM = 21, REQTYPE_GETINFO = 22, REQTYPE_GETDEVCONFIG = 73, REQTYPE_SETDEVICECONFIGINFO = 94, REQTYPE_GETDEVICECONFIGINFO = 95, REQTYPE_GETCALLEDID = 105, REQTYPE_SETCALLEDID = 106, REQTYPE_GETNDISWANDRIVERCAPS = 111 } ReqTypes;
REQTYPE_PORTENUM: Request to enumerate all the port information on the RRAS.
REQTYPE_GETINFO: Request to get information about a specific port on the RRAS.
REQTYPE_GETDEVCONFIG: Request to get device information on the RRAS.
REQTYPE_SETDEVICECONFIGINFO: Request to set device configuration information on RRAS.
REQTYPE_GETDEVICECONFIGINFO: Request to get device configuration information on RRAS.
REQTYPE_GETCALLEDID: Request to get CalledId information for a specific device on RRAS.
REQTYPE_SETCALLEDID: Request to set CalledId information for a specific device on RRAS.
REQTYPE_GETNDISWANDRIVERCAPS: Request to get the encryption capabilities of the RRAS.