[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Writes a byte array to the bytes message stream
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void WriteBytes( byte[] value ) |
Public Sub WriteBytes ( _ value As Byte() _ ) |
public: void WriteBytes( array<unsigned char>^ value ) |
Parameters
- value
- Type: array<
System..::.Byte
>[]()[]
the byte array value to be written
Remarks
Each call writes bytes from the byte array into the stream,
and advances the write position.