Legacy: Update icsnVC40 to support Red 2 settings transactions

This commit is contained in:
Kyle Johannes
2023-06-14 14:39:44 +00:00
parent 245f5089da
commit d7d98855ea
5 changed files with 3079 additions and 112 deletions
+2975 -109
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -161,7 +161,7 @@ extern int LegacyDLLExport icsneoGetBusVoltage(void* hObject, unsigned long* pVB
extern int LegacyDLLExport icsneoGetNetidforSlaveVNETs(size_t* NetworkIndex, EPlasmaIonVnetChannel_t vnetSlot);
extern int LegacyDLLExport icsneoGetVnetSimpleNetid(size_t* FullNetID);
extern int LegacyDLLExport icsneoEnableDOIPLine(void* hObject, bool bActivate);
extern int LegacyDLLExport icsneoGetMiniportAdapterInfo(void* hObject, NETWORK_ADAPTER_INFO* aInfo);
extern int LegacyDLLExport icsneoGetMiniportAdapterInfo(void* hObject, NDIS_ADAPTER_INFORMATION* aInfo);
// Hardware Time API functions
extern int LegacyDLLExport icsneoSendHWTimeRequest(void* hObject);