Interface functions to IRegPort Interface. More...
Functions | |
| cvbbool_t | CanRegPort (IMG Image) |
| This function verifies whether the image supports the RegPort interface. More... | |
| cvbres_t | RPGetInfoAsFloat (IMG Image, cvbval_t InfoCommand, double &Info) |
| Retrieve information about a port from the device. More... | |
| cvbres_t | RPGetInfoAsInteger (IMG Image, cvbval_t InfoCommand, __int64 &Info) |
| Retrieve information about a port from the device. More... | |
| cvbres_t | RPGetInfoAsString (IMG Image, cvbval_t InfoCommand, char *szInfo, size_t &InfoSize) |
| Retrieve information about a port from the device. More... | |
| cvbres_t | RPReadMem (IMG Image, __int64 Address, void *TargetBuffer, size_t lBufferSize) |
| Read a memory content from the device. More... | |
| cvbres_t | RPReadReg (IMG Image, cvbint64_t Address, cvbuint32_t &Value) |
| Reads a 32Bit register. More... | |
| cvbres_t | RPWriteMem (IMG Image, __int64 Address, void *SourceBuffer, size_t lBufferSize) |
| Write a memory content to the device. More... | |
| cvbres_t | RPWriteReg (IMG Image, cvbint64_t Address, cvbuint32_t Value) |
| Write a 32Bit register. More... | |
Interface functions to IRegPort Interface.
CanPort to CanRegPort because of name clash with IPort interface from AVT driver (SDo)