HardwareInfo Class
Represents basic hardware information.
Constructors:
Name | Description | |
---|---|---|
![]() | HardwareInfo() | Initializes a new instance of the HardwareInfo class. |
![]() | HardwareInfo(Byte[], Int32) | Initializes a new instance of the HardwareInfo class from buffer data. |
Properties:
Name | Description | |
---|---|---|
![]() | BuildID | Gets or sets the firmware build identification. |
![]() | Manufacturer | Gets or sets the camera's manufacturer name. |
![]() | SerialNumber | Gets or sets the camera's serial number. |
![]() | SoftwareVersion | Gets or sets the software version. |
Methods:
Name | Description | |
---|---|---|
![]() | ToArray() | Returns a binary representation of the information. |
![]() | CopyTo(Stream) | Copies a binary representation of this info to a Stream. |
![]() | Load(Byte[], Int32) | Populates the information from a buffer data. |
Fields:
Name | Description | |
---|---|---|
![]() | Unknown1 | Unknown value at offset 0x280. |
Constants:
Name | Description | |
---|---|---|
![]() | MaximumBuildIDSize | Maximum number of bytes for the BuildID property. |
![]() | MaximumManufacturerSize | Maximum number of bytes for the Manufacturer property. |
![]() | MaximumSerialNumberSize | Maximum number of bytes for the SerialNumber property. |
![]() | MaximumSoftwareVersionSize | Maximum number of bytes for the SoftwareVersion property. |