SmartSockets .NET Class Library

TipcSvc.createMsg Method (SByte[], Int32)

Creates a new SmartSockets message by deserializing the contents of a byte array.

public static TipcMsg createMsg(
   sbyte[] buf,
   int offset
);

Parameters

buf
a byte array containing the message to be deserialized
offset
index into buf indicating the start of the message

Exceptions

Exception TypeCondition
TipcMsgException If there is an error deserializing the message
TipcException For all other errors

See Also

TipcSvc Class | TipcSvc Members | TIBCO.SMARTSOCKETS Namespace | TipcSvc.createMsg Overload List | TipcMsg


Copyright © TIBCO Software Inc. All rights reserved