Home > Software engineering >  Turn the VB pro
Turn the VB pro

Time:10-28

I have an SDK is a VB since scholars, is the C language, want to change to the VB, but have been unsuccessful, has spent more than half a month, begging master VB door to do me a favor, thank you very much, if you need paid service also accept, my QQ number to 252824812, thank you very much!
Key sentences I send in this, please advice, thank you!
C code is as follows:
Typedef union tagNET_DVR_GET_STREAM_UNION
{
NET_DVR_IPCHANINFO struChanInfo;/* */IP channel information
NET_DVR_IPSERVER_STREAM struIPServerStream;//IPServer to flow
NET_DVR_PU_STREAM_CFG struPUStream;//to go for streaming through the front-end equipment flow
NET_DVR_DDNS_STREAM_CFG struDDNSStream;//by IPServer and streaming media flow
NET_DVR_PU_STREAM_URL struStreamUrl;//by streaming url flow
NET_DVR_HKDDNS_STREAM struHkDDNSStream;//to take flow through hiDDNS
NET_DVR_IPCHANINFO_V40 struIPChan;//directly from the equipment flow (extension)
} NET_DVR_GET_STREAM_UNION, * LPNET_DVR_GET_STREAM_UNION;

Typedef struct
{
BYTE byEnable; Whether the channel online *//*
BYTE byIPID;//IP device ID low 8, when the device ID 0 said channel, not with
BYTE byChannel; Channel number/* */
BYTE byIPIDHigh;//IP device ID high eight
BYTE byTransProtocol;//transport protocol type 0 - TCP/auto (equipment), 2-1 - UDP multicast 3-4 - auto only TCP
BYTE byres [31]./* keep */
} NET_DVR_IPCHANINFO, * LPNET_DVR_IPCHANINFO;

CodePudding user response:

All is superior to you, I do not understand,
  • Related