Beispiel #1
0
 /// <summary>
 /// Sends request to the given dice to set persistent storage record value
 /// </summary>
 /// <param name='handle'>
 /// the handle to requested record
 /// </param>
 /// <param name='intvalue'>
 /// integer value to be set
 /// </param>
 public void     writePStorageValue(int handle, int intvalue)
 {
     dpc.writePStorageValue(this, handle, intvalue);
 }