iControl.SystemSoftwareManagement.set_boot_image_information C# (CSharp) Method

set_boot_image_information() private method

private set_boot_image_information ( byte boot_image_information ) : void
boot_image_information byte
return void
        public void set_boot_image_information(
		byte [] boot_image_information
	)
        {
            this.Invoke("set_boot_image_information", new object [] {
                boot_image_information});
        }
SystemSoftwareManagement