Defines the serializer information.
Definition at line 130 of file NvSIPLDeviceBlockInfo.hpp.
Data Fields | |
| std::string | name = "" | 
| Holds the name of the serializer, for example, "MAX96705".  More... | |
| std::string | description = "" | 
| Holds the description of the serializer.  More... | |
| std::uint8_t | i2cAddress = UINT8_MAX | 
| Holds the native I2C address.  More... | |
| bool | longCable = false | 
| Holds long cable support.  More... | |
| std::string nvsipl::SerInfo::description = "" | 
Holds the description of the serializer.
Definition at line 136 of file NvSIPLDeviceBlockInfo.hpp.
| std::uint8_t nvsipl::SerInfo::i2cAddress = UINT8_MAX | 
Holds the native I2C address.
Definition at line 139 of file NvSIPLDeviceBlockInfo.hpp.
| bool nvsipl::SerInfo::longCable = false | 
Holds long cable support.
Definition at line 142 of file NvSIPLDeviceBlockInfo.hpp.
| std::string nvsipl::SerInfo::name = "" | 
Holds the name of the serializer, for example, "MAX96705".
Definition at line 133 of file NvSIPLDeviceBlockInfo.hpp.