Class AppInfoData21

AppInfoData21 class

public class AppInfoData21 : AppInfoData

Constructors

NameDescription
AppInfoData21()The default constructor.

Properties

NameDescription
AppInfoName { get; set; }
AppInfoVersion { get; set; }The application information version ODA writes “2.7.2.0”
Comment { get; set; }The comment
CommentData { get; set; }The comment data (checksum, ODA writes zeroes)
Product { get; set; }The product
ProductData { get; set; }The product data (checksum, ODA writes zeroes) 16 bytes
Unknown1 { get; set; }The unknown1 (ODA writes 2)
Unknown2 { get; set; }The unknown2 (ODA writes 3)
Version { get; set; }The version
VersionData { get; set; }The Version data (checksum, ODA writes zeroes) 16 bytes

See Also