Samraksh eMote .NOW
Write Method (DataReference)



Write a byte array into DataStore, specifying the amount to write and the offset from the start of the record.
Overload List
OverloadDescription
Write(Byte[],Int32,Int32)Write a byte array into DataStore, specifying the amount to write and the offset from the start of the record.  
Write(UInt16[],Int32,Int32)Write a ushsort (UInt16) array into DataStore, specifying the amount to write and the offset from the start of the record.  
Write(UInt32[],Int32,Int32)Write a uint (UInt32) array into DataStore, specifying the amount to write and the offset from the start of the record.  
Write(Byte[],Int32)Write a byte array into DataStore, specifying the amount to write.  
Write(UInt16[],Int32)Write a ushsort (UInt16) array into DataStore, specifying the amount to write.  
Write(UInt32[],Int32)Write a uint (UInt32) array into DataStore, specifying the amount to write.  
Write(Byte[])Write a byte array into DataStore.  
Write(UInt16[])Write a ushsort (UInt16) array into DataStore.  
Write(UInt32[])Write a uint (UInt32) array into DataStore.  
Requirements

Target Platforms: eMote .NOW

See Also

Reference

DataReference Class
DataReference Members

Send Feedback