DataWriter
The TcAdsWebService.DataWriter object can be used to create a Base64 encoded binary data string for the TcAdsWebService.
TcAdsWebService.DataWriter( );
Functions
Name | Description |
---|---|
Returns the internal byte buffer as Base64 encoded binary string. | |
Writes a 1 byte signed numeric value to the internal byte buffer. | |
Writes a 2 byte signed numeric value to the internal byte buffer. | |
Writes a 4 byte signed numeric value to the internal byte buffer. | |
Writes a 1 byte unsigned numeric value to the internal byte buffer. | |
Writes a 2 byte unsigned numeric value to the internal byte buffer. | |
Writes a 4 byte unsigned numeric value to the internal byte buffer. | |
Writes a 1 byte boolean value to the internal byte buffer. | |
Writes a string of given length to the internal byte buffer. | |
Writes a 4 byte floating point number to the internal byte buffer. | |
Writes a 8 byte floating point number to the internal byte buffer. | |
Returns an object identifier string. |