2.2.1.2.224 GetDevConfigStruct

The GetDevConfigStruct structure contains information specific to the REQTYPE_GETDEVCONFIG in the ReqTypes (section 2.2.1.1.18) enumeration. 


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

retcode

devicetype (17 bytes)

...

...

...

size

...

config (variable)

...

retcode (4 bytes): Specifies the return status as explained in section 2.2.1.2.218 for retcode field.

devicetype (17 bytes): Specifies a null-terminated ASCII string that indicates the RRAS server device type as specified for the wszDeviceType field in the RASI_PORT_0 (section 2.2.1.2.75) structure. 

size (4 bytes): Specifies the size in bytes of the configuration data as specified by config.

config (variable): Tapi device configuration blob as specified by GetDevConfig.lpDeviceConfig in section 2.2.4.1.3.33 of [MS-TRP].