Function CSPBuffer::Set()
Description:
Sets a new value for the byte of the specified index.
 |
Prototype:
void Set(unsigned long ulIndex, unsigned char uchValue);
Arguments:
- unsigned long ulIndex [IN]
The index of the byte to set its value.
- unsigned char uchValue [IN]
The new value.
Return value:
No return value (void).
See also:
member function Get()
|
|