public interface IChannel : ISupportBinaryImage
Public Interface IChannel
Inherits ISupportBinaryImage
public interface class IChannel : ISupportBinaryImage
Gemstone.PhasorProtocols.IChannel = function();
Gemstone.PhasorProtocols.IChannel.createInterface('Gemstone.PhasorProtocols.IChannel');
Attributes | Gets a DictionaryTKey, TValue of string based property names and values for this IChannel object. |
BinaryLength |
Gets the length of the binary image.
(Inherited from ISupportBinaryImage) |
State | Gets or sets the parsing state for this IChannel object. |
Tag | Gets or sets a user definable reference to an object associated with this IChannel object. |
GenerateBinaryImage(Byte[], Int32) |
Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage) |
ParseBinaryImage(Byte[], Int32, Int32) |
Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage) |