Contents Menu Expand Light mode Dark mode Auto light/dark mode
PMP documentation
Light Logo Dark Logo

IUpdatable¶

interface IUpdatable : public INamed¶

byte[] IUpdatable.Contents { get; set; }

string IUpdatable.ProductNumber { get; }

int IUpdatable.MaxSize { get; }

Version IUpdatable.Version { get; }

void IUpdatable.SaveContentsToFile(string filename)

void IUpdatable.LoadContentsFromFile(string filename)

ISubscription IUpdatable.SubscribeComplete(UpdatableCompleteHandler handler)

ISubscription IUpdatable.SubscribeProgress(double increment, UpdatableProgressHandler handler, double interval=global::System.double.MaxValue)

void IUpdatable.WaitComplete(double timeout)

Next
Methods
Previous
Configuration
| Created using Sphinx and Furo theme.