FreeRDP
Loading...
Searching...
No Matches
RDPEWA_REQUEST Struct Reference

Decoded MS-RDPEWA request message. More...

#include <rdpewa_cbor.h>

Data Fields

UINT32 command
 
UINT32 flags
 
BYTE * request
 
size_t requestLen
 
UINT32 timeout
 
BYTE transactionId [16]
 
BOOL hasTransactionId
 
char rpId [256]
 

Detailed Description

Decoded MS-RDPEWA request message.

FreeRDP: A Remote Desktop Protocol Implementation WebAuthn Virtual Channel Extension [MS-RDPEWA] CBOR encoding/decoding

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 28 of file rdpewa_cbor.h.

Field Documentation

◆ command

UINT32 RDPEWA_REQUEST::command

Definition at line 30 of file rdpewa_cbor.h.

◆ flags

UINT32 RDPEWA_REQUEST::flags

Definition at line 31 of file rdpewa_cbor.h.

◆ hasTransactionId

BOOL RDPEWA_REQUEST::hasTransactionId

Definition at line 36 of file rdpewa_cbor.h.

◆ request

BYTE* RDPEWA_REQUEST::request

Definition at line 32 of file rdpewa_cbor.h.

◆ requestLen

size_t RDPEWA_REQUEST::requestLen

Definition at line 33 of file rdpewa_cbor.h.

◆ rpId

char RDPEWA_REQUEST::rpId[256]

Definition at line 37 of file rdpewa_cbor.h.

◆ timeout

UINT32 RDPEWA_REQUEST::timeout

Definition at line 34 of file rdpewa_cbor.h.

◆ transactionId

BYTE RDPEWA_REQUEST::transactionId[16]

Definition at line 35 of file rdpewa_cbor.h.


The documentation for this struct was generated from the following file: