Contents¶
-
byte[] IUpdatable.Contents { get; set; }¶
Gets or sets the contents of the updatable.
- Value
byte[] – Byte array containing updatable contents.
- Throws
NullArgumentException– Null reference was passed.InvalidConfigException– Specified contents is too small for this updatable.IncompatibleException– Entity is not compatible with the hardware interface product number of the controller.UnsupportedException– Getting updatable contents not supported (see product specific documentation).UnsupportedException– Setting updatable contents not supported (see product specific documentation).ResourceBusyException– Entity is already busy with a transfer.OutOfResourcesException– Specified contents is too large for this updatable.CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.