|
FreeRDP
|
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] |
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.
| UINT32 RDPEWA_REQUEST::command |
Definition at line 30 of file rdpewa_cbor.h.
| UINT32 RDPEWA_REQUEST::flags |
Definition at line 31 of file rdpewa_cbor.h.
| BOOL RDPEWA_REQUEST::hasTransactionId |
Definition at line 36 of file rdpewa_cbor.h.
| BYTE* RDPEWA_REQUEST::request |
Definition at line 32 of file rdpewa_cbor.h.
| size_t RDPEWA_REQUEST::requestLen |
Definition at line 33 of file rdpewa_cbor.h.
| char RDPEWA_REQUEST::rpId[256] |
Definition at line 37 of file rdpewa_cbor.h.
| UINT32 RDPEWA_REQUEST::timeout |
Definition at line 34 of file rdpewa_cbor.h.
| BYTE RDPEWA_REQUEST::transactionId[16] |
Definition at line 35 of file rdpewa_cbor.h.