FreeRDP
|
Data Structures | |
struct | URBDRC_PLUGIN |
struct | FREERDP_URBDRC_SERVICE_ENTRY_POINTS |
struct | TRANSFER_DATA |
struct | IUDEVICE |
struct | IUDEVMAN |
Macros | |
#define | DEVICE_HARDWARE_ID_SIZE 32 |
#define | DEVICE_COMPATIBILITY_ID_SIZE 36 |
#define | DEVICE_INSTANCE_STR_SIZE 37 |
#define | DEVICE_CONTAINER_STR_SIZE 39 |
#define | TAG CHANNELS_TAG("urbdrc.client") |
#define | DEBUG_DVC(...) |
#define | BASIC_DEV_STATE_DEFINED(_arg, _type) |
#define | BASIC_DEVMAN_STATE_DEFINED(_arg, _type) |
#define | DEVICE_ADD_FLAG_BUS 0x01 |
#define | DEVICE_ADD_FLAG_DEV 0x02 |
#define | DEVICE_ADD_FLAG_VENDOR 0x04 |
#define | DEVICE_ADD_FLAG_PRODUCT 0x08 |
#define | DEVICE_ADD_FLAG_REGISTER 0x10 |
#define | DEVICE_ADD_FLAG_ALL |
Typedefs | |
typedef BOOL(* | PREGISTERURBDRCSERVICE) (IWTSPlugin *plugin, IUDEVMAN *udevman) |
typedef FREERDP_URBDRC_SERVICE_ENTRY_POINTS * | PFREERDP_URBDRC_SERVICE_ENTRY_POINTS |
typedef int(* | PFREERDP_URBDRC_DEVICE_ENTRY) (PFREERDP_URBDRC_SERVICE_ENTRY_POINTS pEntryPoints) |
typedef void(* | t_isoch_transfer_cb) (IUDEVICE *idev, GENERIC_CHANNEL_CALLBACK *callback, wStream *out, UINT32 InterfaceId, BOOL noAck, UINT32 MessageId, UINT32 RequestId, UINT32 NumberOfPackets, UINT32 status, UINT32 StartFrame, UINT32 ErrorCount, UINT32 OutputBufferSize) |
Functions | |
FREERDP_API BOOL | add_device (IUDEVMAN *idevman, UINT32 flags, BYTE busnum, BYTE devnum, UINT16 idVendor, UINT16 idProduct) |
FREERDP_API BOOL | del_device (IUDEVMAN *idevman, UINT32 flags, BYTE busnum, BYTE devnum, UINT16 idVendor, UINT16 idProduct) |
UINT | stream_write_and_free (IWTSPlugin *plugin, IWTSVirtualChannel *channel, wStream *out) |
#define BASIC_DEV_STATE_DEFINED | ( | _arg, | |
_type | |||
) |
#define BASIC_DEVMAN_STATE_DEFINED | ( | _arg, | |
_type | |||
) |
#define DEBUG_DVC | ( | ... | ) |
#define DEVICE_ADD_FLAG_ALL |
#define DEVICE_ADD_FLAG_BUS 0x01 |
#define DEVICE_ADD_FLAG_DEV 0x02 |
#define DEVICE_ADD_FLAG_PRODUCT 0x08 |
#define DEVICE_ADD_FLAG_REGISTER 0x10 |
#define DEVICE_ADD_FLAG_VENDOR 0x04 |
#define DEVICE_COMPATIBILITY_ID_SIZE 36 |
#define DEVICE_CONTAINER_STR_SIZE 39 |
#define DEVICE_HARDWARE_ID_SIZE 32 |
FreeRDP: A Remote Desktop Protocol Implementation RemoteFX USB Redirection
Copyright 2012 Atrust corp. Copyright 2012 Alfred Liu alfre d.li u@atr usco rp.co m
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.
#define DEVICE_INSTANCE_STR_SIZE 37 |
#define TAG CHANNELS_TAG("urbdrc.client") |
typedef int(* PFREERDP_URBDRC_DEVICE_ENTRY) (PFREERDP_URBDRC_SERVICE_ENTRY_POINTS pEntryPoints) |
typedef BOOL(* PREGISTERURBDRCSERVICE) (IWTSPlugin *plugin, IUDEVMAN *udevman) |
typedef void(* t_isoch_transfer_cb) (IUDEVICE *idev, GENERIC_CHANNEL_CALLBACK *callback, wStream *out, UINT32 InterfaceId, BOOL noAck, UINT32 MessageId, UINT32 RequestId, UINT32 NumberOfPackets, UINT32 status, UINT32 StartFrame, UINT32 ErrorCount, UINT32 OutputBufferSize) |
FREERDP_API BOOL add_device | ( | IUDEVMAN * | idevman, |
UINT32 | flags, | ||
BYTE | busnum, | ||
BYTE | devnum, | ||
UINT16 | idVendor, | ||
UINT16 | idProduct | ||
) |
FREERDP_API BOOL del_device | ( | IUDEVMAN * | idevman, |
UINT32 | flags, | ||
BYTE | busnum, | ||
BYTE | devnum, | ||
UINT16 | idVendor, | ||
UINT16 | idProduct | ||
) |