USB Network Gate for Windows SDK User Guide
BOOL ServerGetUsbDevName( IN PVOID pContext, IN PVOID pDevContext, OUT VARIANT *strName ); Routine Description: Returns USB device name. Arguments:...
Wed, 13 Apr, 2022 at 4:21 PM
BOOL ServerGetUsbDevNameEx( IN PVOID pContext, IN PVOID pDevContext, OUT VARIANT *strName, OUT VARIANT *strUserDescription ) Routine Description: Retu...
Wed, 13 Apr, 2022 at 4:22 PM
BOOL ServerGetUsbDevStatus ( IN PVOID pContext, IN PVOID pDevContext, OUT LONG *piState, OUT VARIANT *strHostConnected ); Routine Description: Gets th...
Wed, 13 Apr, 2022 at 4:22 PM
BOOL ServerGetUsbDevValueByName( IN PVOID pContext, IN PVOID pDevContext, IN VARIANT strValueName, OUT VARIANT *pValue ) Routine Description: Returns ...
Wed, 13 Apr, 2022 at 4:30 PM
BOOL ServerRemoveEnumUsbDev( IN PVOID pContext ); Routine Description: Removes USB devices enumerator. Arguments: pContext - USB devices enumera...
Wed, 13 Apr, 2022 at 4:23 PM
BOOL ServerSetDevUserDescription ( IN PVOID pContext, IN PVOID pDevContext, IN VARIANT strUserDescription ) Routine Description: Changes custom descri...
Wed, 13 Apr, 2022 at 4:31 PM
BOOL ServerSetSharedUsbDevAuth ( IN PVOID pContext, IN PVOID pDevContext, IN BOOL bAuth, IN VARIANT strPassword ) Routine Description: Changes traffic...
Wed, 13 Apr, 2022 at 4:31 PM
BOOL ServerSetSharedUsbDevCompress ( IN PVOID pContext, IN PVOID pDevContext, IN BOOL bCompress ) Routine Description: Changes traffic compression set...
Wed, 13 Apr, 2022 at 4:24 PM
BOOL ServerSetSharedUsbDevCrypt ( IN PVOID pContext, IN PVOID pDevContext, IN BOOL bCrypt ) Routine Description: Changes traffic encryption settings f...
Wed, 13 Apr, 2022 at 4:24 PM
BOOL ServerSetUsbDevValueByName( IN PVOID pContext, IN PVOID pDevContext, IN VARIANT strValueName, IN VARIANT varValue ); Routine Description: ...
Wed, 13 Apr, 2022 at 4:24 PM